Skip to content

Commit 44d223e

Browse files
committed
Make test more robust
1 parent 0ad28c5 commit 44d223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/progress/test_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
def test_history_installation_run_creates_history_schema(mock_backend) -> None:
55
installation = HistoryInstallation(mock_backend, "ucx")
66
installation.run()
7-
assert mock_backend.queries[0] == "CREATE SCHEMA IF NOT EXISTS ucx.history"
7+
assert "CREATE SCHEMA IF NOT EXISTS ucx.history" in mock_backend.queries[0]

0 commit comments

Comments
 (0)