Skip to content

Commit

Permalink
fix test that didnt get saved
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Nov 20, 2024
1 parent 0d4bd02 commit e420a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/extensions/test_qt_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_get_root_snippet(qt_framework_extension, name, yaml_data):
"target": "$SNAP/data-dir/sounds",
"default-provider": "gtk-common-themes",
},
f"qt-framework-{qt_framework_extension.name[2:]}-core22": {
f"qt-framework-{qt_framework_extension.name[2:]}": {
"interface": "content",
"default-provider": _CONTENT_SNAP[name][yaml_data["base"]],
"target": "$SNAP/qt-framework",
Expand Down

0 comments on commit e420a05

Please sign in to comment.