Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 15, 2024
1 parent 7dcff73 commit 19de909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cases/adapter_test_sqlserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -464,13 +464,13 @@ class AdapterTestSQLServer < ActiveRecord::TestCase
assert SSTestStringDefaultsView.lease_connection.data_source_exists?(SSTestStringDefaultsView.table_name)
end

# That have more than 4000 chars for their defintion
# That have more than 4000 chars for their definition

it "cope with null returned for the defintion" do
it "cope with null returned for the definition" do
assert_nothing_raised() { SSTestStringDefaultsBigView.columns }
end

it "using alternate view defintion still be able to find real default" do
it "using alternate view definition still be able to find real default" do
assert_equal "null", SSTestStringDefaultsBigView.new.pretend_null,
SSTestStringDefaultsBigView.columns_hash["pretend_null"].inspect
end
Expand Down

0 comments on commit 19de909

Please sign in to comment.