Skip to content

Commit

Permalink
fixed the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar-Naik committed Aug 28, 2023
1 parent 4abfa55 commit d43fcfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void testStoreOperationsOnReplace() {

final UserAerospikeReplaceStore storeWithReplace
= new UserAerospikeReplaceStore(aerospikeClient,
new NamespaceSet("test", "test-2"),
new NamespaceSet("test", "test-3"),
new ObjectMapper(),
new DefaultErrorHandler<>());
/* put some data */
Expand Down

0 comments on commit d43fcfd

Please sign in to comment.