From f459aeeddf440392fbee276fb90e88fa02a354be Mon Sep 17 00:00:00 2001 From: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:04:35 +0200 Subject: [PATCH] Fix typo --- tests/execution_order_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/execution_order_tests.rs b/tests/execution_order_tests.rs index 794cd22..6ccc2e5 100644 --- a/tests/execution_order_tests.rs +++ b/tests/execution_order_tests.rs @@ -468,7 +468,7 @@ fn setup_prepare_reference_conclude_cleanup_combined() { } #[test] -fn setup_separete_prepare_separate_conclude_cleanup_combined() { +fn setup_separate_prepare_separate_conclude_cleanup_combined() { ExecutionOrderTest::new() .arg("--warmup=1") .arg("--runs=2") @@ -508,7 +508,7 @@ fn setup_separete_prepare_separate_conclude_cleanup_combined() { } #[test] -fn setup_separete_prepare_reference_separate_conclude_cleanup_combined() { +fn setup_separate_prepare_reference_separate_conclude_cleanup_combined() { ExecutionOrderTest::new() .arg("--warmup=1") .arg("--runs=2")