Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jul 29, 2024
1 parent af9c744 commit 9a0b339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/importers/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ def test_reference_import(self, batch_index_resources_mock):
self.assertEqual(collection.references.count(), 4)
batch_index_resources_mock.apply_async.assert_called()

@patch('core.collections.models.batch_index_resources', Mock())
@patch('core.importers.models.batch_index_resources')
def test_reference_import_with_delete(self, batch_index_resources_mock):
importer = BulkImportInline(
Expand Down

0 comments on commit 9a0b339

Please sign in to comment.