Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Sep 18, 2023
1 parent f67b2d2 commit 23bfe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/getstream/chat/java/ChannelTypeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void whenCreatingDefaultChannelType_thenCanUpdateWithNoException() {

@DisplayName("Can update channel type with quotes with no Exception")
@Test
void whenCreatingDefaultChannelType_thenCanUpdateWithNoException() {
void whenCreatingDefaultChannelType_thenCanUpdateQuotesWithNoException() {
String channelName = RandomStringUtils.randomAlphabetic(10);
Assertions.assertDoesNotThrow(
() -> ChannelType.create().withDefaultConfig().name(channelName).request());
Expand Down

0 comments on commit 23bfe12

Please sign in to comment.