From 8c8741250641b14ff989d6cee719d68ae78d7a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20D=C3=B6nszelmann?= Date: Mon, 27 Oct 2025 12:09:35 +0100 Subject: [PATCH] remove use of deprecated syntax --- tests/test_commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];