Skip to content

Commit

Permalink
Fix merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Apr 25, 2024
1 parent a1dbff5 commit af1d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/gui/tests/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_missed_key_in_both_translated_and_original_strings(warning: Mock):
'original string: "original %(key1)s"')


@patch("tribler.gui.utilities.get_base_path")
@patch("tribler.gui.utilities.get_gui_path")
def test_i18n_file_path_and_languages_content(mock_get_base_path, tmp_path):
mock_get_base_path.return_value = tmp_path

Expand Down

0 comments on commit af1d880

Please sign in to comment.