Skip to content

Commit a96284d

Browse files
authored
fix(be): version (#13)
1 parent a4d6e1f commit a96284d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/redis.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,5 @@ describe('Redis Store', () => {
105105
const thirdScanWithCount = await redisClient.scan('ttl:a:*', secondScanWithCount.cursor, 1);
106106
expect(thirdScanWithCount.keys).toEqual([]);
107107
expect(thirdScanWithCount.cursor).equal(0);
108-
109108
});
110109
});

0 commit comments

Comments
 (0)