Skip to content

Commit

Permalink
test: ci fail case
Browse files Browse the repository at this point in the history
  • Loading branch information
waterricecake committed May 2, 2024
1 parent 9ba05ce commit 4ecb5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void setUp() {
.as(RoomCodeResponse.class);

//then
Assertions.assertThat(response.code()).isNotBlank();
Assertions.assertThat(response.code()).isBlank();
}

@Test
Expand Down

0 comments on commit 4ecb5ea

Please sign in to comment.