Skip to content

Commit

Permalink
Fix Table test
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 21, 2023
1 parent 49a76fe commit 9bcdda6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ public void test_table_parameters_reporting() {
.collect(Collectors.toList());
assertThat(logs, hasSize(1));
assertThat(logs.get(0).getMessage(), startsWith("Table:\n\n"));
assertThat(logs.get(0).getItemUuid(), startsWith("step_"));
}
}

0 comments on commit 9bcdda6

Please sign in to comment.