Skip to content

Commit

Permalink
Revert breaking integration test
Browse files Browse the repository at this point in the history
For CI/CD workshop on 24.02.23
  • Loading branch information
wodan247 authored Feb 24, 2023
1 parent 68aebe1 commit b7d0ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public String apply(String arg) {
@Test
@UseDataProvider("listOfListOfUnaryOperator")
public void testListOfListOfUnaryOperator(UnaryOperator<String> operator) {
assertThat(operator.apply("test")).isEqualTo("unexpected-test");
assertThat(operator.apply("test")).isEqualTo("merged-test");
}
}

0 comments on commit b7d0ce2

Please sign in to comment.