From 02ce4c0d71c69bb7c8643ff9c10230d4654f7461 Mon Sep 17 00:00:00 2001 From: SRetip Date: Thu, 21 Mar 2024 12:22:34 +0200 Subject: [PATCH] remove explicit false --- module/move/willbe/tests/inc/action/test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/move/willbe/tests/inc/action/test.rs b/module/move/willbe/tests/inc/action/test.rs index 64cb8f589d..b7fd0d774c 100644 --- a/module/move/willbe/tests/inc/action/test.rs +++ b/module/move/willbe/tests/inc/action/test.rs @@ -204,7 +204,6 @@ fn backtrace_should_be() .channels([ Channel::Stable ]) .optimizations([ Optimization::Debug ]) .with_none_features( true ) - .with_progress( false ) .form(); let rep = test( args, false ).unwrap_err().0;