Skip to content

Commit cc90d3e

Browse files
committed
fix(test): correct error message for invalid authorization code in authorizer tests
1 parent b1a9da1 commit cc90d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/authorizer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ describe("DatabaseSync.prototype.setAuthorizer()", () => {
251251

252252
expect(() => {
253253
db.exec("SELECT 1");
254-
}).toThrow("Authorizer callback returned a invalid authorization code");
254+
}).toThrow("Authorizer callback returned an invalid authorization code");
255255
db.close();
256256
});
257257

0 commit comments

Comments
 (0)