Skip to content

Commit 7f853d8

Browse files
committed
fix: lint
1 parent 7f1626b commit 7f853d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integration/auth/auth.prose.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ describe('Authentication Spec Prose Tests', function () {
259259

260260
try {
261261
this.configuration.newClient({}, noUsernameOptions);
262-
expect.fail(
263-
'Creating a new client with a password and no user must fail validation.'
264-
);
262+
expect.fail('Creating a new client with a password and no user must fail validation.');
265263
} catch (noUserError) {
266264
// NOTE: This prose test fails Node's validation of the credentials object - a username
267265
// MUST always be provided but it satisfies the test requirement of not getting a

0 commit comments

Comments
 (0)