Skip to content

Commit 89038fc

Browse files
committed
Update test_create_model() unit test
1 parent a696db8 commit 89038fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_model_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_create_model():
4646
],
4747
'inputVariables': [],
4848
'outputVariables': [],
49-
'version': '2',
49+
'version': 2,
5050
}
5151

5252
# Passed params should be set correctly

0 commit comments

Comments
 (0)