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