Skip to content

Commit

Permalink
Update test/RedisCache_test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan Jouchet <[email protected]>
  • Loading branch information
christianblais and ronanj-unito authored Aug 19, 2024
1 parent 81f0b37 commit 91bd9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RedisCache_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('RedisCache', () => {
expect(await cache.itemCount()).to.equal(1);
});

it('can set a buffer value', async function (): Promise<void> {
it('can set a msgpacked object', async function (): Promise<void> {
if (!process.env.TEST_REDIS_URL) {
this.skip();
}
Expand Down

0 comments on commit 91bd9da

Please sign in to comment.