Skip to content

Commit 9cf3f05

Browse files
committed
add test
Signed-off-by: hao-affirm <104030690+hao-affirm@users.noreply.github.com>
1 parent 513e16a commit 9cf3f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/unit/test_sql_registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,6 @@ def test_update_infra(sql_registry):
569569
project = "project"
570570
infra = sql_registry.get_infra(project=project)
571571

572-
# Should succuessfully run update infra
572+
# Should run update infra successfully
573573
sql_registry.update_infra(infra, project)
574574
sql_registry.teardown()

0 commit comments

Comments
 (0)