Skip to content

Commit 95b4229

Browse files
committed
Fixed type
1 parent 114560f commit 95b4229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/aiplatform/test_automl_image_training_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def teardown_method(self):
199199
initializer.global_pool.shutdown(wait=True)
200200

201201
def test_init_all_parameters(self, mock_model):
202-
"""Ensure all private members are set correctly at initalization"""
202+
"""Ensure all private members are set correctly at initialization"""
203203

204204
aiplatform.init(project=_TEST_PROJECT)
205205

0 commit comments

Comments
 (0)