Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
gerold-penz committed Aug 26, 2024
1 parent 48c8d0c commit 124b485
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/memory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,14 +743,4 @@ test("hIncr(), hDecr()", async () => {
store.hSet<string>(KEY_1, FIELD_1, value)
expect(store.hIncr(KEY_1, FIELD_1)).toBeNaN()
expect(store.hGet<string>(KEY_1, FIELD_1)).toEqual(value)










})

0 comments on commit 124b485

Please sign in to comment.