Skip to content

Commit

Permalink
The order matters
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Jan 9, 2025
1 parent 40593b0 commit 4e76c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void guessTypeCanGuessAllTypes() {
.toList();

assertThat(guessedTypes)
.containsExactlyInAnyOrder(
.containsExactly(
TransactionType.FRONTIER,
TransactionType.ACCESS_LIST,
TransactionType.EIP1559,
Expand Down

0 comments on commit 4e76c93

Please sign in to comment.