summaryrefslogtreecommitdiff
path: root/subplot/benchmark.rs
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/benchmark.rs')
-rw-r--r--subplot/benchmark.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot/benchmark.rs b/subplot/benchmark.rs
index 082e02b..d7eda37 100644
--- a/subplot/benchmark.rs
+++ b/subplot/benchmark.rs
@@ -51,7 +51,7 @@ fn json_files_match(context: &ScenarioContext, first: &str, second: &str) {
Ok(())
},
false,
- );
+ )?;
}
#[step]