Skip to content

Commit

Permalink
test: 테스트 검증 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kmebin committed Nov 28, 2023
1 parent b39cdb3 commit 39e3d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/moabam/api/domain/room/RoomTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void create_room_without_password_success() {

// then
assertThat(room.getPassword()).isNull();
assertThat(room.getRoomImage()).isEqualTo("'temptemp'");
assertThat(room.getRoomImage()).isEqualTo("'https://image.moabam.com/moabam/default/room-level-00.png'");
assertThat(room.getRoomType()).isEqualTo(RoomType.MORNING);
assertThat(room.getCertifyTime()).isEqualTo(10);
assertThat(room.getMaxUserCount()).isEqualTo(9);
Expand Down

0 comments on commit 39e3d7b

Please sign in to comment.