From 35f8295d7a0acb9d513fd5f1edba2baa6f4f4c46 Mon Sep 17 00:00:00 2001 From: Aileen <22950294+aileenpalafox@users.noreply.github.com> Date: Mon, 28 Jun 2021 00:43:12 -0700 Subject: [PATCH] quickfix: curriculum test regex now covers new line format (#42638) --- .../implementation-of-social-authentication-ii.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/advanced-node-and-express/implementation-of-social-authentication-ii.md b/curriculum/challenges/english/06-quality-assurance/advanced-node-and-express/implementation-of-social-authentication-ii.md index 43740bdac5..3cc137ac92 100644 --- a/curriculum/challenges/english/06-quality-assurance/advanced-node-and-express/implementation-of-social-authentication-ii.md +++ b/curriculum/challenges/english/06-quality-assurance/advanced-node-and-express/implementation-of-social-authentication-ii.md @@ -78,7 +78,7 @@ GitHub strategy should be setup correctly thus far. (data) => { assert.match( data, - /passport\.use.*new GitHubStrategy/gi, + /passport\.use.*new GitHubStrategy/gis, 'Passport should use a new GitHubStrategy' ); assert.match(