Skip to content

Commit

Permalink
test: rename new mode test to surefire convention
Browse files Browse the repository at this point in the history
  • Loading branch information
dhixsingh committed Feb 21, 2024
1 parent df753d1 commit 977eab3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
* @author dsingh
*
*/
public class ArchetypeAgentFireTestNewMode {
public class ArchetypeAgentFireNewModeTest {

// have tests in separate classes so that they run, at least under maven, in separate JVMs. kai, nov'17

private static final Logger log = LoggerFactory.getLogger(ArchetypeAgentFireTestNewMode.class);
private static final Logger log = LoggerFactory.getLogger(ArchetypeAgentFireNewModeTest.class);

@Rule
public MatsimTestUtils matsimUtils = new MatsimTestUtils();
Expand Down

0 comments on commit 977eab3

Please sign in to comment.