Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Aug 5, 2024
1 parent 4c7e602 commit c6c4fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class IterableOrderingConstraintsAssertions {
}

@Test
fun wronglastInPartiallyDeclaredSectionsFails() {
fun wrongLastInPartiallyDeclaredSectionsFails() {
assertThrows<AssertionError> {
expectThat(listOf("a", "b", "d", "c"))
.containsWithOrderingConstraints {
Expand Down

0 comments on commit c6c4fe2

Please sign in to comment.