summaryrefslogtreecommitdiffstats
path: root/src/interactive/app/tests/journeys_readonly.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/app/tests/journeys_readonly.rs')
-rw-r--r--src/interactive/app/tests/journeys_readonly.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interactive/app/tests/journeys_readonly.rs b/src/interactive/app/tests/journeys_readonly.rs
index 4633c1e..76e824e 100644
--- a/src/interactive/app/tests/journeys_readonly.rs
+++ b/src/interactive/app/tests/journeys_readonly.rs
@@ -37,8 +37,8 @@ fn simple_user_journey_read_only() -> Result<()> {
"it will sort entries in descending order by size"
);
- assert_eq!(
- app.state.is_scanning, false,
+ assert!(
+ !app.state.is_scanning,
"it will not think it is still scanning"
);