Skip to content

Commit

Permalink
test: @SuppressWarnings("NonAsciiCharacters") 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hanueleee committed Oct 16, 2023
1 parent 906ae95 commit 8b22798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/test/java/com/funeat/common/EventTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

@SpringBootTest
@RecordApplicationEvents
@ExtendWith({MockitoExtension.class, DataClearExtension.class})
@SuppressWarnings("NonAsciiCharacters")
@DisplayNameGeneration(ReplaceUnderscores.class)
@ExtendWith({MockitoExtension.class, DataClearExtension.class})
public class EventTest {

@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.mock.mockito.MockBean;

@SuppressWarnings("NonAsciiCharacters")
class ReviewDeleteEventListenerTest extends EventTest {

@MockBean
Expand Down

0 comments on commit 8b22798

Please sign in to comment.