Skip to content

Commit 775affc

Browse files
committed
Fix test.
1 parent beff6b7 commit 775affc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cache/tests/redis.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,6 @@ describe('Cache plugin (redis)', () => {
10421042
},
10431043
})
10441044

1045-
expect(sadd.mock.lastCall!).toBe('zenstack:cache:tag:test')
1045+
expect(sadd.mock.lastCall![0]).toBe('zenstack:cache:tag:test')
10461046
})
10471047
})

0 commit comments

Comments
 (0)