Skip to content

Commit 9d65f44

Browse files
sam-gcyuchenshi
andcommitted
Update packages/auth/src/core/auth/middleware.test.ts
Co-authored-by: Yuchen Shi <[email protected]>
1 parent aad0654 commit 9d65f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/auth/middleware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Auth middleware', () => {
9494
expect(secondOnAbort).not.to.have.been.called;
9595
});
9696

97-
it('calls onAbort in order', async () => {
97+
it('calls onAbort in reverse order', async () => {
9898
const calls: number[] = [];
9999

100100
middlewareQueue.pushCallback(() => {}, () => {calls.push(1);});

0 commit comments

Comments
 (0)