From 7339fc478d8a455d7f68181d945cb1d2f184df88 Mon Sep 17 00:00:00 2001 From: racerole <148756161+racerole@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:30:53 +0800 Subject: Fix function name typo (#1953) --- tests/ignore_comments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ignore_comments.rs b/tests/ignore_comments.rs index 1dc961f1..7cc996e2 100644 --- a/tests/ignore_comments.rs +++ b/tests/ignore_comments.rs @@ -51,7 +51,7 @@ fn ignore_recipe_comments_with_shell_setting() { } #[test] -fn continuations_iwth_echo_comments_false() { +fn continuations_with_echo_comments_false() { Test::new() .justfile( " -- cgit v1.2.3