Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Dec 29, 2024
1 parent bd2ae04 commit e222d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_create(self, project):

result = project.run_sql(
f"select database, view, status from system.view_refreshes where database= '{project.test_schema}' and view='hackers_mv'",
fetch="all"
fetch="all",
)
assert result[0][2] == 'Scheduled'

Expand Down

0 comments on commit e222d83

Please sign in to comment.