Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbraginskiy authored Jul 26, 2024
1 parent 0294012 commit e07e86f
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
class PrintSmallUnitSheetTest {
private RecordSheetOptions noTables, yesTables;

@BeforeAll
static void before() {
// Has to be done so all types are populated for lookups
EquipmentType.initializeTypes();
}

@BeforeEach
void setUp() {
noTables = new RecordSheetOptions();
Expand Down Expand Up @@ -78,4 +72,4 @@ void fillsSheetIllegal() {
var unsupportedEntities = List.of(new SupportTank());
assertThrows(IllegalArgumentException.class, () -> PrintSmallUnitSheet.fillsSheet(unsupportedEntities, noTables));
}
}
}

0 comments on commit e07e86f

Please sign in to comment.