quickfix: curriculum test regex now covers new line format (#42638)

This commit is contained in:
Aileen
2021-06-28 00:43:12 -07:00
committed by GitHub
parent 30d14b34e4
commit 35f8295d7a

View File

@ -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(