diff options
Diffstat (limited to 'cli/ops/testing.rs')
-rw-r--r-- | cli/ops/testing.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/testing.rs b/cli/ops/testing.rs index e9d0acf41..9170e9400 100644 --- a/cli/ops/testing.rs +++ b/cli/ops/testing.rs @@ -44,7 +44,6 @@ pub fn init( state.put(sender.clone()); state.put(fail_fast_tracker.clone()); state.put(filter.clone()); - Ok(()) }) .build() } |