summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/official-runner-matching.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/official-runner-matching.rs b/tests/official-runner-matching.rs
index f4c2a83..12b6010 100644
--- a/tests/official-runner-matching.rs
+++ b/tests/official-runner-matching.rs
@@ -8,9 +8,6 @@ use std::io::prelude::*;
#[test]
fn simulates_the_same_match() {
- // TODO: Assert map state
- // TODO: Assert end state
-
let replays = Path::new("tests/replays/");
for replay in replays.read_dir().expect("read_dir failed") {
let replay = replay.expect("error on replay").path();