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 5b01509 commit 73b5971Copy full SHA for 73b5971
tensorflow_examples/lite/model_maker/core/data_util/recommendation_dataloader_test.py
@@ -31,7 +31,7 @@ def test_download_and_extract_data(self):
31
with _testutil.patch_download_and_extract_data(self.dataset_dir) as fn:
32
out_dir = _dl.RecommendationDataLoader.download_and_extract_movielens(
33
self.download_dir)
34
- fn.called_once_with(self.download_dir)
+ fn.assert_called_once_with(self.download_dir)
35
self.assertEqual(out_dir, self.dataset_dir)
36
37
def test_generate_movielens_dataset(self):
0 commit comments