Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannetty committed Jul 30, 2024
1 parent 131cc1d commit ae480d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/arcade/potts/agent/cell/PottsCellStemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static PottsCellStem make(Location location, boolean regions) {
criticalVolumesRegionMock, criticalHeightsRegionMock);
}
}

@Test
public void setState_givenState_assignsValue() {
PottsCellStem cell = make(false);
Expand Down
4 changes: 2 additions & 2 deletions test/arcade/potts/agent/cell/PottsCellTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static void setupMocks() {
locationMock, false, parametersMock, cellCriticalVolume, cellCriticalHeight,
criticalVolumesRegionMock, criticalHeightsRegionMock);
}

static PottsCell make(boolean regions) {
return make(locationMock, regions);
}
Expand Down Expand Up @@ -621,7 +621,7 @@ public void schedule_validInput_callsMethod() {
cell.schedule(schedule);
verify(schedule).scheduleRepeating(cell, Ordering.CELLS.ordinal(), 1);
}

@Test
public void schedule_validInput_assignStopper() {
Schedule schedule = spy(mock(Schedule.class));
Expand Down

0 comments on commit ae480d2

Please sign in to comment.