"git@gitlab.caltech.edu:cs24-19fa/git_rec_nano.git" did not exist on "e6a92b14067de0638429ec8fc58cd6934641f09f"
Commit bee65b2b authored by Snigdha Saha's avatar Snigdha Saha
Browse files

fixed order of randomSwap test

parent 01c090c1
Pipeline #75518 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -123,7 +123,7 @@ public class SubstitutionCipherTests {
}
}
@Order(3)
@Order(5)
@Tag("B")
@DisplayName("Test randomSwap with shorter cipher text")
@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