Skip to content

Commit

Permalink
Remove series version test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicasyu committed Feb 2, 2024
1 parent 212ea6b commit 6544838
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/arcade/core/sim/SeriesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ protected void updateComponents(ArrayList<Box> components, MiniBox componentDefa
protected String getVisClass() { return (invalidVis ? "" : VIS_CONSTRUCTOR_CLASS); }
}

@Test
public void constructor_called_setsVersion() {
assertEquals(ARCADE.loadVersion(), Series.VERSION);
}

@Test
public void constructor_noPrefix_updatesNames() {
HashMap<String, MiniBox> setupDicts = makeDicts();
Expand Down

0 comments on commit 6544838

Please sign in to comment.