From 31b8dbe1b32a631c3e7938171b12a8e21389aca6 Mon Sep 17 00:00:00 2001 From: Danil Date: Fri, 1 Dec 2023 09:37:35 -0500 Subject: [PATCH] Spelling error corrected --- test/automated/schema/boolean_attribute/assignment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automated/schema/boolean_attribute/assignment.rb b/test/automated/schema/boolean_attribute/assignment.rb index 2c8696b..0371c90 100644 --- a/test/automated/schema/boolean_attribute/assignment.rb +++ b/test/automated/schema/boolean_attribute/assignment.rb @@ -30,7 +30,7 @@ end context "Value is neither a boolean nor nil" do - test "Inorrect" do + test "Incorrect" do assert_raises(Schema::Attribute::TypeError) do example.some_boolean_attribute = Object.new end