diff --git a/tests/test_commands.rs b/tests/test_commands.rs index e048499..0ea753f 100644 --- a/tests/test_commands.rs +++ b/tests/test_commands.rs @@ -336,7 +336,7 @@ fn no_config_file() { } #[test] -#[should_panic()] +#[should_panic] /// Check that pedantic works fn pedantic() { let args_1 = &["bal", "-f", "tests/example_files/demo.ledger", "--pedantic"];