Skip to content

Commit

Permalink
rename: 테스트 [1-1] display name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Apr 18, 2024
1 parent a172db6 commit 2ef0942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void registerNewDevice() {

@Test
@Transactional
@DisplayName("[1-1] originToken에 대한 디바이스가 이미 존재하는 경우, 디바이스 정보 변경 사항만 업데이트하고 기존 디바이스 정보를 반환한다.")
@DisplayName("[1-1] 저장 요청에서 originToken에 대한 디바이스가 이미 존재하는 경우, 디바이스 정보 변경 사항만 업데이트하고 기존 디바이스 정보를 반환한다.")
void registerNewDeviceWhenDeviceIsAlreadyExists() {
// given
Device oldDevice = Device.of("originToken", "modelA", "Windows", requestUser);
Expand Down

0 comments on commit 2ef0942

Please sign in to comment.