Skip to content

Commit

Permalink
refactor: 필요없는 static 변수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
waterricecake committed May 16, 2024
1 parent 84fce4c commit 5a39d46
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static org.assertj.core.api.SoftAssertions.assertSoftly;

import java.time.Clock;
import java.time.ZoneId;
import mafia.mafiatogether.domain.Player;
import mafia.mafiatogether.domain.Room;
import mafia.mafiatogether.domain.RoomInfo;
Expand All @@ -14,7 +13,6 @@
@SuppressWarnings("NonAsciiCharacters")
class StatusTest {

private static final ZoneId TIME_ZONE = ZoneId.of("UTC");
private static final Long dayIntroTime = Clock.systemDefaultZone().millis();
private static final Long dayIntroEndTime = dayIntroTime + 2_000L;
private static final Long noticeTime = dayIntroEndTime + 1_000L;
Expand Down

0 comments on commit 5a39d46

Please sign in to comment.