summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-25 21:17:11 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-25 21:17:11 +0200
commitd2cc33043ad1ca2d67b59ec8ca78a825442e5cda (patch)
tree1fd68e6ade619e6e46217aba4604b46a9613a12b /tests
parent286763000e4e5919c07f2840c64ecc7932530175 (diff)
Added rule on maximum two tesla towers
Diffstat (limited to 'tests')
-rw-r--r--tests/live-comparison.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/live-comparison.rs b/tests/live-comparison.rs
index e063959..711193e 100644
--- a/tests/live-comparison.rs
+++ b/tests/live-comparison.rs
@@ -10,7 +10,7 @@ use std::io::prelude::*;
#[test]
fn it_successfully_simulates_replay() {
- test_from_replay("tests/after_200", 62);
+ test_from_replay("tests/after_200", 64);
}
fn test_from_replay(replay_folder: &str, length: usize) {