Skip to content

Commit

Permalink
Bump assertj-core to version 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Aug 25, 2020
1 parent cf5f202 commit 38cd86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assertj-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.11.1</version>
<version>3.17.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void setUp() {

@Test
public void should_Return_Iterate_Through_All_Names() {
assertThat(iterator).containsOnly("org.assertj.swing.keystroke.KeyStrokeMappingProvider_win_en_US",
assertThat(iterator).toIterable().containsOnly("org.assertj.swing.keystroke.KeyStrokeMappingProvider_win_en_US",
"org.assertj.swing.keystroke.KeyStrokeMappingProvider_win_en",
"org.assertj.swing.keystroke.KeyStrokeMappingProvider_en");
}
Expand Down

0 comments on commit 38cd86c

Please sign in to comment.