Skip to content

Commit

Permalink
Fixes test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Dec 4, 2024
1 parent 642e904 commit c384ef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void succeed_whenRecordValidatesInput_givenValidPrefabValues() {
}

@Test
public void succeed_whenRecord() {
public void succeed_whenRecordHasBoundedWildcardGeneric() {
EqualsVerifier.forClass(WildcardGenericRecordContainer.class).verify();
}

Expand Down

0 comments on commit c384ef8

Please sign in to comment.