Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Oct 30, 2023
1 parent 3b3d91d commit 4012487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void shouldSaveDocumentWithArray() {
5});
template.save(doc);

Key key = new Key(getNameSpace(), "DocumentWithArray", id);
Key key = new Key(getNameSpace(), template.getSetName(SampleClasses.DocumentWithIntArray.class), id);
Record aeroRecord = client.get(new Policy(), key);
assertThat(aeroRecord.bins.get("array")).isNotNull();
}
Expand Down

0 comments on commit 4012487

Please sign in to comment.