Skip to content

Commit

Permalink
style: [AXM-636] Ivan's code improving
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Niedielnitsev <[email protected]>
  • Loading branch information
KyryloKireiev and NiedielnitsevIvan committed Jun 20, 2024
1 parent 8dc8006 commit 5115c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/features/offline_mode/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OfflineModeUtilsTestCase(TestCase):
@patch('openedx.features.offline_mode.utils.mkdtemp')
@patch('openedx.features.offline_mode.utils.remove_old_files')
@patch('openedx.features.offline_mode.utils.block_storage_path')
@patch('openedx.features.offline_mode.utils.is_modified')
@patch('openedx.features.offline_mode.utils.is_modified', return_value=True)
def test_generate_offline_content_for_modified_xblock(
self,
is_modified_mock: MagicMock,
Expand Down

0 comments on commit 5115c83

Please sign in to comment.