Skip to content

Commit

Permalink
Update default schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Oct 24, 2024
1 parent 22fd099 commit 9a60732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flowmachine/tests/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ def test_table_preflight(args):


def test_public_schema_checked():
"""Test that where no schema is provided, public schema is checked."""
t = Table("gambia_admin2", columns=["geom"]).preflight()
"""Test that where no schema is provided, user schema is checked."""
t = Table("gambia_admin2", columns=["geom"])
assert "flowmachine" == t.schema


def test_children():
Expand Down

0 comments on commit 9a60732

Please sign in to comment.