summaryrefslogtreecommitdiff
path: root/tests/live-comparison.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-04 23:22:08 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-04 23:22:08 +0200
commitfd65ae62fba9a14e5f7f9ba3b0f9969a1d199f0d (patch)
tree242c2fceefdf417391419618aa91c96b0fb8c2ce /tests/live-comparison.rs
parentb1a7c75f9d563a3f913f44e0a5bb93269487de1f (diff)
Cleaned out second test case
Diffstat (limited to 'tests/live-comparison.rs')
-rw-r--r--tests/live-comparison.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/live-comparison.rs b/tests/live-comparison.rs
index 6e10ea8..301f8fc 100644
--- a/tests/live-comparison.rs
+++ b/tests/live-comparison.rs
@@ -13,11 +13,6 @@ fn it_successfully_simulates_replay() {
test_from_replay("tests/after_113", 32);
}
-//#[test]
-fn it_successfully_simulates_replay_two() {
- test_from_replay("tests/after_113_2", 65);
-}
-
fn test_from_replay(replay_folder: &str, length: usize) {
let (settings, mut state) = json::read_state_from_file(&format!("{}/Round 000/state.json", replay_folder)).unwrap();