We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f9bb2 commit 1b9d787Copy full SHA for 1b9d787
test.js
@@ -318,6 +318,6 @@ t.test('already decorated', t => {
318
callbackUri: '/callback'
319
})
320
.ready(err => {
321
- t.strictSame(err.message, 'The decorator \'githubOAuth2\' has been already added!')
+ t.strictSame(err.message, 'The decorator \'githubOAuth2\' has already been added!')
322
323
0 commit comments