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

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cedriking committed Apr 20, 2021
1 parent 5a8c583 commit 033bd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ardb",
"version": "1.0.7",
"version": "1.0.8",
"main": "lib/ardb.js",
"repository": "https://github.com/cedriking/ardb.git",
"author": "Cedrik <cedrik.git@tryninja.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/ardb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ test('order', async () => {
.find();

expect(res[0].node.id).not.toBe('5AYV-RdPCoyfjeeabHVnDGvXrFNM5azcTlkNpp7RQhE');
});
});

0 comments on commit 033bd43

Please sign in to comment.