From b536fcfa4310479cbf09ebd4a91c93833b8486fd Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 10 May 2023 09:03:04 -0400 Subject: [PATCH] spelling: percentage Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/commander_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/commander_test.rb b/test/commander_test.rb index 25dfabdd..246650a9 100644 --- a/test/commander_test.rb +++ b/test/commander_test.rb @@ -65,7 +65,7 @@ class CommanderTest < ActiveSupport::TestCase end test "percentage-based group strategy" do - configure_with(:deploy_with_precentage_boot_strategy) + configure_with(:deploy_with_percentage_boot_strategy) assert_equal({ in: :groups, limit: 1, wait: 2 }, @mrsk.boot_strategy) end