Skip to content

Commit

Permalink
test: Added wait for generator test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2023
1 parent 0471380 commit af9834c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ void fakerTsAddWithOptions() throws Exception {
@Test
void generateTypes() throws Exception {
execute("generate");
Assertions.assertEquals(100, connection.sync().dbsize());
awaitUntil(() -> connection.sync().dbsize().equals(100L));
}

@Test
Expand Down

0 comments on commit af9834c

Please sign in to comment.