Commit bee65b2b authored by Snigdha Saha's avatar Snigdha Saha
Browse files

fixed order of randomSwap test

parent 01c090c1
No related merge requests found
Pipeline #75518 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -123,7 +123,7 @@ public class SubstitutionCipherTests { ...@@ -123,7 +123,7 @@ public class SubstitutionCipherTests {
} }
} }
@Order(3) @Order(5)
@Tag("B") @Tag("B")
@DisplayName("Test randomSwap with shorter cipher text") @DisplayName("Test randomSwap with shorter cipher text")
@ParameterizedTest(name = "seed = {0}") @ParameterizedTest(name = "seed = {0}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment