Skip to content

Commit

Permalink
Update postgres_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Nov 16, 2022
1 parent e2fdf07 commit a876fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/db_engine_specs/postgres_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_get_table_names(self):
pg_result = PostgresEngineSpec.get_table_names(
database=mock.ANY, schema="schema", inspector=inspector
)
self.assertSetEqual(pg_result_expected, pg_result)
assert pg_result_expected == pg_result

def test_time_exp_literal_no_grain(self):
"""
Expand Down

0 comments on commit a876fb4

Please sign in to comment.