Skip to content

Commit

Permalink
Typo: concatened=>concatenated
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 25, 2024
1 parent 34a88f7 commit e65349d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ class ConcatCollections {

@Test
void shouldGetEmptyCollectionFromNullCollections() {
Collection<String> concatenedCollection = JHipsterCollections.concat((Collection<String>) null);
Collection<String> concatenatedCollection = JHipsterCollections.concat((Collection<String>) null);

assertThat(concatenedCollection).isEmpty();
assertThat(concatenatedCollection).isEmpty();
}

@Test
Expand Down

0 comments on commit e65349d

Please sign in to comment.