Skip to content

Commit 4dd8ec9

Browse files
author
Ziqun Ye
committed
format the file
1 parent ed1a4ab commit 4dd8ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unitary/with_extras/opctl/test_opctl_model_deployment_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ def test_predict(self, mock_from_id, mock_predict):
117117
backend.predict()
118118
mock_from_id.assert_called_with("fake_model_id")
119119
mock_predict.assert_called_with(
120-
data="fake_payload", model_name='model_name', model_version='model_version'
121-
)
120+
data="fake_payload", model_name="model_name", model_version="model_version"
121+
)

0 commit comments

Comments
 (0)