Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed Aug 17, 2021
1 parent 114560f commit 95b4229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/aiplatform/test_automl_image_training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def teardown_method(self):
initializer.global_pool.shutdown(wait=True)

def test_init_all_parameters(self, mock_model):
"""Ensure all private members are set correctly at initalization"""
"""Ensure all private members are set correctly at initialization"""

aiplatform.init(project=_TEST_PROJECT)

Expand Down

0 comments on commit 95b4229

Please sign in to comment.