Skip to content

Commit

Permalink
Issue 3650: Fixed RestoreUnitActionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
psikomonkie committed Jan 11, 2025
1 parent 8db443e commit 3443d6b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ public void restoreUnitSwitchesOutEntityAndParts() {

verify(unit, times(1)).setEntity(eq(mockNewEntity));
verify(unit, times(1)).removeParts();
verify(unit, times(1)).initializeShipTransportSpace();
verify(unit, times(1)).initializeTacticalTransportSpace();
verify(unit, times(1)).initializeAllTransportSpace();
verify(unit, times(1)).initializeParts(eq(true));
verify(unit, times(1)).runDiagnostic(eq(false));
verify(unit, times(1)).setSalvage(eq(false));
Expand Down

0 comments on commit 3443d6b

Please sign in to comment.