Skip to content

Commit

Permalink
changelog + test fix
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
  • Loading branch information
TJ Zhang committed Oct 25, 2024
1 parent 5df768e commit 2bd3b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Node: Added `JSON.TYPE` ([#2510](https://github.com/valkey-io/valkey-glide/pull/2510))
* Java: Added `JSON.RESP` ([#2513](https://github.com/valkey-io/valkey-glide/pull/2513))
* Node: Added `FT.DROPINDEX` ([#2516](https://github.com/valkey-io/valkey-glide/pull/2516))
* Node: Added `JSON.RESP` ([#2517](https://github.com/valkey-io/valkey-glide/pull/2517))

#### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion node/tests/ServerModules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ describe("Server Module Tests", () => {
).toEqual(["foo"]);
expect(
await GlideJson.resp(client, key, { path: ".str" }),
).toEqual(["foo"]);
).toEqual("foo");

// setup new json value
const jsonValue2 = {
Expand Down

0 comments on commit 2bd3b67

Please sign in to comment.