summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-28 22:24:24 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-28 22:24:24 -0500
commitbbdd7786ceb6a40ddfdca9c409997fccd6b7dfba (patch)
tree4b512a992e283ca2403a69ec08a915a3c097a590 /tests
parentd922f85b9520e19ec9164c41f516ed2ec6372d0b (diff)
Optimized imports as per clion
Diffstat (limited to 'tests')
-rw-r--r--tests/arg_rate_tests.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/arg_rate_tests.rs b/tests/arg_rate_tests.rs
index 206dbf50..35afb4d2 100644
--- a/tests/arg_rate_tests.rs
+++ b/tests/arg_rate_tests.rs
@@ -1,6 +1,7 @@
+use std::process::Command;
+
use assert_cmd::prelude::*;
use predicates::prelude::*;
-use std::process::Command;
// These tests are mostly here just to ensure that invalid results will be caught when passing arguments...