Skip to content

Commit

Permalink
#95 | Failed build f7debf1
Browse files Browse the repository at this point in the history
  • Loading branch information
BEULAHEVANJALIN committed Apr 12, 2024
1 parent f7debf1 commit 21a0404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void shouldNotFailWhenRunTwice() {
assertThat(countOfRowsIn("orgc.person"), equalTo(1L));
assertThat(countOfRowsIn("orgc.person_nutrition"), equalTo(2L));
assertThat(countOfRowsIn("orgc.person_nutrition_exit"), equalTo(1L));
assertThat(countOfRowsIn("orgc.person_nutrition_growth_monitoring"), equalTo(1L));
assertThat(countOfRowsIn("orgc.person_nutrition_growth_monitoring"), equalTo(3L));
assertThat(countOfRowsIn("orgc.person_nutrition_growth_monitoring_cancel"), equalTo(1L));
assertThat(countOfRowsIn("orgc.sync_telemetry"), equalTo(1L));
}
Expand Down

0 comments on commit 21a0404

Please sign in to comment.