Skip to content

Commit

Permalink
Remove Long from helper
Browse files Browse the repository at this point in the history
  • Loading branch information
JOOHOJANG committed Oct 22, 2024
1 parent 43b2f6b commit 7e39737
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 218 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/test/helper/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export function versionVectorHelper(
return false;
}

if (vvLamport === lamport) {
if (vvLamport !== lamport) {
return false;
}
}
Expand Down
Loading

0 comments on commit 7e39737

Please sign in to comment.