Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: hao-affirm <104030690+hao-affirm@users.noreply.github.com>
  • Loading branch information
hao-affirm committed Aug 17, 2022
1 parent 513e16a commit 9cf3f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/tests/unit/test_sql_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,6 @@ def test_update_infra(sql_registry):
project = "project"
infra = sql_registry.get_infra(project=project)

# Should succuessfully run update infra
# Should run update infra successfully
sql_registry.update_infra(infra, project)
sql_registry.teardown()

0 comments on commit 9cf3f05

Please sign in to comment.