Skip to content

Commit

Permalink
Fix linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarlettGatelyMoore committed Oct 11, 2024
1 parent 59aae18 commit 0a19bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/extensions/test_kde_neon_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ def test_get_root_snippet_with_gpu(kde_neon_6_extension_core24):
"symlink": "$SNAP/gpu-2404/X11/XErrorDB",
}

def test_get_root_snippet_with_gpu(kde_neon_6_extension):

def test_get_root_snippet_without_gpu(kde_neon_6_extension):
snippet = kde_neon_6_extension.get_root_snippet()
assert snippet["layout"]["/usr/share/libdrm"] == {
"bind": "$SNAP/kf6-core22/usr/share/libdrm",
Expand Down

0 comments on commit 0a19bc0

Please sign in to comment.