Skip to content

Commit 5e41b5a

Browse files
committed
refactoring renamed method according to naming conventions
1 parent 6bd7a4b commit 5e41b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

voxels-common/src/test/java/common/world/WorldTimeStateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void setTimeOfDayShouldPreserveCurrentDay() {
225225
// ------------------------------------
226226

227227
@Test
228-
void normalizedTimeShouldBeZero_atStartOfDay() {
228+
void normalizedTimeShouldBeZeroAtStartOfDay() {
229229
time.setWorldTime(0);
230230
assertEquals(0.0f, time.getTimeOfDayNormalized());
231231
}

0 commit comments

Comments
 (0)