From b1a7c75f9d563a3f913f44e0a5bb93269487de1f Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 4 Jun 2018 23:21:02 +0200 Subject: Moved to replays that have missile position fix --- tests/live-comparison.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/live-comparison.rs') diff --git a/tests/live-comparison.rs b/tests/live-comparison.rs index 8d619db..6e10ea8 100644 --- a/tests/live-comparison.rs +++ b/tests/live-comparison.rs @@ -10,12 +10,12 @@ use std::io::prelude::*; #[test] fn it_successfully_simulates_replay() { - test_from_replay("tests/after_112", 54); + test_from_replay("tests/after_113", 32); } -#[test] +//#[test] fn it_successfully_simulates_replay_two() { - test_from_replay("tests/after_112_2", 76); + test_from_replay("tests/after_113_2", 65); } fn test_from_replay(replay_folder: &str, length: usize) { -- cgit v1.2.3