Skip to content

Commit

Permalink
Test: 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5365 authored Sep 10, 2024
1 parent 5ed1a7e commit c485aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void findByChatUUIDTest() {
// Then
assertEquals(4, result.size());
assertEquals("pjh3", result.get(2).getMember().getUsername());
assertEquals("2222", result.get(1).getMember().getNickname());
assertEquals("2222", result.get(1).getMember().getKoreaName());
assertEquals("pw444", result.get(3).getMember().getPassword());
}
}

0 comments on commit c485aec

Please sign in to comment.