aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/tests/test_matchrunner.rs
diff options
context:
space:
mode:
Diffstat (limited to 'planetwars-matchrunner/tests/test_matchrunner.rs')
-rw-r--r--planetwars-matchrunner/tests/test_matchrunner.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/planetwars-matchrunner/tests/test_matchrunner.rs b/planetwars-matchrunner/tests/test_matchrunner.rs
index 5ac8649..5d2fc83 100644
--- a/planetwars-matchrunner/tests/test_matchrunner.rs
+++ b/planetwars-matchrunner/tests/test_matchrunner.rs
@@ -70,5 +70,6 @@ async fn docker_runner_timeout() {
.request(1, b"sup".to_vec(), Duration::from_millis(1000))
.await;
- assert_eq!(resp, Err(RequestError::Timeout))
+ assert_eq!(resp, Err(RequestError::Timeout));
+ ctx.shutdown().await;
}