Skip to content

Commit

Permalink
Fix app snippet test for core24
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarlettGatelyMoore committed Oct 21, 2024
1 parent 7dd89d8 commit 1e97273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/extensions/test_kde_neon_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_get_app_snippet(kde_neon_6_extension):


def test_get_app_snippet_core24(kde_neon_6_extension_core24):
assert kde_neon_6_extension.get_app_snippet(app_name="test-app") == {
assert kde_neon_6_extension_core24.get_app_snippet(app_name="test-app") == {
"command-chain": [
"snap/command-chain/gpu-2404-wrapper",
"snap/command-chain/desktop-launch",
Expand Down

0 comments on commit 1e97273

Please sign in to comment.