Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Co-authored-by: Geremia Taglialatela <[email protected]>
  • Loading branch information
BuonOmo and tagliala authored Oct 17, 2024
1 parent 4f6ebe6 commit 04dd527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/cases/ddl_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def test_no_query_spatial_column_info
end
end

# Ensure that null contraints info is getting captured like the
# Ensure that null constraints info is getting captured like the
# normal adapter.
def test_null_constraints
klass.lease_connection.create_table(:spatial_models, force: true) do |t|
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def geographic_factory
# fixture that has its self-handled lifecycle. Right now we
# are depending on the dev running `reset_spatial_store` if
# they made any update. They can forget it (with the current
# flacky tests we have, it seems that is actually the case).
# flaky tests we have, it seems that is actually the case).
def spatial_factory_store
RGeo::ActiveRecord::SpatialFactoryStore.instance
end
Expand Down

0 comments on commit 04dd527

Please sign in to comment.