Skip to content

Commit 9c89a31

Browse files
Alekh MekaAlekh Meka
authored andcommitted
Resolved ordering issue
1 parent 80405fa commit 9c89a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/inttest/MphTableIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ public void testC(){
3333
}
3434

3535
@Test
36-
public void testFinalAssertions(){
36+
public void testD(){
3737
// Git Stage
3838
Path mphJar = Paths.get(System.getProperty("user.dir"),"artifacts","output","mph-table-1.0.6-SNAPSHOT.jar");
3939
Path mphTestJar = Paths.get(System.getProperty("user.dir"),"artifacts","output","mph-table-1.0.6-SNAPSHOT-tests.jar");
4040
LOGGER.info("Starting Mph-Table Git Verification");
4141
assertTrue(Files.exists(mphJar));
4242
assertTrue(Files.exists(mphTestJar));
4343

44+
4445
// Build Stage
4546
Path mphGraph = Paths.get(System.getProperty("user.dir"),"mph_table_graph");
4647
LOGGER.info("Starting Mph-Table Build Verification");
4748
assertTrue(Files.exists(mphGraph));
4849

49-
5050
// Test Stage
5151
Path mphSmartByteSerializer = Paths.get(System.getProperty("user.dir"),"output","TestSmartByteSerializer#canRoundTripBytes.dot");
5252
Path mphSmartByteSerializerReachability = Paths.get(System.getProperty("user.dir"),"output","TestSmartByteSerializer#canRoundTripBytes-reachability.dot");

0 commit comments

Comments
 (0)