Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Oct 1, 2024
1 parent c2f805d commit e03601c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public void shouldSaveAllVersionedDocumentsIfDuplicatesNotWithinOneBatch() {
// The same versioned documents can be saved if they are not in the same batch.
// This way, the generation counts of the corresponding database records can be used
// to update the documents’ versions each time.
VersionedClass newFirst = new VersionedClass("newId1", "foo");
VersionedClass newSecond = new VersionedClass("newId2", "bar");
VersionedClass newFirst = new VersionedClass("newId300", "foo");
VersionedClass newSecond = new VersionedClass("newId400", "bar");

assertThat(newFirst.getVersion()).isSameAs(0);
assertThat(newSecond.getVersion()).isSameAs(0);
Expand Down

0 comments on commit e03601c

Please sign in to comment.