Skip to content

Commit 5bd3450

Browse files
ErnestoLomaAryamanz29
authored andcommitted
Correct typo.
1 parent 357685b commit 5bd3450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/model/procedure_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_create_with_missing_parameters_raise_value_error(
3939

4040

4141
def test_creator():
42-
sut = Procedure.create(
42+
sut = Procedure.creator(
4343
name=PROCEDURE_NAME,
4444
definition=DEFINITION,
4545
schema_qualified_name=SCHEMA_QUALIFIED_NAME,

0 commit comments

Comments
 (0)