Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Feb 27, 2019
1 parent f8dfe48 commit 72d6ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_snowflake_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_quoting_on_rename(self):
)
self.mock_execute.assert_has_calls([
mock.call(
'alter table "test_database"."test_schema".table_a rename to table_b',
'alter table "test_database"."test_schema".table_a rename to "test_database"."test_schema".table_b',
None
)
])
Expand Down

0 comments on commit 72d6ee2

Please sign in to comment.