We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad28c5 commit 44d223eCopy full SHA for 44d223e
tests/unit/progress/test_install.py
@@ -4,4 +4,4 @@
4
def test_history_installation_run_creates_history_schema(mock_backend) -> None:
5
installation = HistoryInstallation(mock_backend, "ucx")
6
installation.run()
7
- assert mock_backend.queries[0] == "CREATE SCHEMA IF NOT EXISTS ucx.history"
+ assert "CREATE SCHEMA IF NOT EXISTS ucx.history" in mock_backend.queries[0]
0 commit comments