Skip to content

Commit 63c2068

Browse files
samyarpotlapallismlindauer
authored andcommitted
checking black formatting
1 parent 7520ca0 commit 63c2068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_score_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_create_score_definition():
5252
with mock.patch("sasctl.core.Session._get_authorization_token"):
5353
current_session("example.com", "username", "password")
5454

55-
# Mocking the REST API calls and functions
55+
# Mocking the REST API calls and methods
5656
with mock.patch(
5757
"sasctl._services.model_repository.ModelRepository.get_model"
5858
) as get_model:

0 commit comments

Comments
 (0)