Skip to content

Commit

Permalink
Rename geometry column in test to improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Mar 4, 2025
1 parent 145472f commit a570b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ddl_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_create_point_geometry_using_shortcut

def test_create_geometry_using_shortcut_with_srid
klass.connection.create_table(:spatial_models, force: true) do |t|
t.geometry "latlon100", srid: 4326
t.geometry "latlon", srid: 4326
end
klass.reset_column_information
col = klass.columns.last
Expand Down

0 comments on commit a570b71

Please sign in to comment.