Skip to content

Commit 37b01fd

Browse files
committed
fix ut
1 parent 7b1e1e4 commit 37b01fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/TestContainers/src/test/java/com/jetbrains/testcontainersdemo/CustomerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void when_using_a_clean_db_this_should_be_empty() throws IOException, Interrupte
6666
moreActionsOnContainers();
6767

6868
List<Customer> customers = customerDao.findAll();
69-
assertThat(customers).hasSize(2);
69+
assertThat(customers).hasSize(3);
7070
}
7171

7272
private void moreActionsOnContainers() throws IOException, InterruptedException {

0 commit comments

Comments
 (0)