Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Jul 19, 2024
1 parent 3d54fc6 commit 884e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_basic_geometry_schema_dump
def test_basic_geography_schema_dump
setup_database_tasks
connection.create_table(:spatial_test, force: true) do |t|
t.point "latlon1", geographic: true
t.point "latlon1", srid: 0, geographic: true
t.spatial "latlon2", srid: 4326, type: "point", geographic: true
end
File.open(tmp_sql_filename, "w:utf-8") do |file|
Expand Down

0 comments on commit 884e41b

Please sign in to comment.