Skip to content

Commit

Permalink
Update patching in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 20, 2024
1 parent a951084 commit dffbe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_patch_config(self):
shutil.rmtree(test_config_dir)
os.environ.pop("XDG_CONFIG_HOME")

@mock.patch('ovos_utils.gui.extend_about_data')
@mock.patch('ovos_bus_client.apis.gui.extend_about_data')
def test_add_about_data(self, extend_data):
from neon_gui.utils import add_neon_about_data
add_neon_about_data()
Expand Down

0 comments on commit dffbe52

Please sign in to comment.