Skip to content

Commit c536d03

Browse files
committed
formatting
1 parent d159299 commit c536d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ describe('auth', () => {
412412

413413
// Should warn about expired token
414414
expect(consoleWarnSpy).toHaveBeenCalledWith(
415-
'[AuthKit] Access token expired. Ensure authkitLoader is used in a parent/root route to handle automatic token refresh.'
415+
'[AuthKit] Access token expired. Ensure authkitLoader is used in a parent/root route to handle automatic token refresh.',
416416
);
417417

418418
// Result should return null user when token is expired

0 commit comments

Comments
 (0)