We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4599e41 commit e0fbccfCopy full SHA for e0fbccf
tpu/test_tpu.py
@@ -74,7 +74,7 @@ def test_creating_tpu(mock_tpu_client: MagicMock, operation: MagicMock) -> None:
74
75
def test_delete_tpu(mock_tpu_client: MagicMock) -> None:
76
delete_tpu.delete_cloud_tpu(PROJECT_ID, ZONE, TPU_NAME)
77
- mock_tpu_client.delete_node.called_once()
+ mock_tpu_client.delete_node.assert_called_once()
78
79
80
def test_creating_with_startup_script(
0 commit comments