Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Bump pathval from 1.1.0 to 1.1.1 (#199)
Browse files Browse the repository at this point in the history
* Bump pathval from 1.1.0 to 1.1.1

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases)
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
- [Commits](chaijs/pathval@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: pathval
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fixing ReJSON tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dani Tseitlin <[email protected]>
  • Loading branch information
dependabot[bot] and danitseitlin authored Feb 12, 2022
1 parent 0370d3f commit 9879605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/rejson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('ReJSON Module testing', async function() {

it('debug function', async () => {
const response = await redis.rejson_module_debug('MEMORY', key1, path);
expect(response).to.equal(72, 'The response of the debug command');
expect(response).to.be.greaterThan(0, 'The response of the debug command');
});

it('forget function', async () => {
Expand Down

0 comments on commit 9879605

Please sign in to comment.