From 28774a8986cb5bf105afe3787312b56dec72ed4f Mon Sep 17 00:00:00 2001 From: samyarpotlapalli Date: Thu, 10 Oct 2024 18:29:39 -0400 Subject: [PATCH] checking black formatting --- tests/unit/test_score_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_score_definitions.py b/tests/unit/test_score_definitions.py index 39d79498..8a75294a 100644 --- a/tests/unit/test_score_definitions.py +++ b/tests/unit/test_score_definitions.py @@ -52,7 +52,7 @@ def test_create_score_definition(): with mock.patch("sasctl.core.Session._get_authorization_token"): current_session("example.com", "username", "password") - # Mocking the REST API calls and functions + # Mocking the REST API calls and methods with mock.patch( "sasctl._services.model_repository.ModelRepository.get_model" ) as get_model: