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