Skip to content

Commit

Permalink
line wrap the libdrm layout test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvandine committed Jan 10, 2022
1 parent 49fca30 commit 869972b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/unit/project_loader/extensions/test_gnome_3_28.py
Expand Up @@ -72,7 +72,9 @@ def test_extension(self):
"/usr/share/xml/iso-codes": {
"bind": "$SNAP/gnome-platform/usr/share/xml/iso-codes"
},
"/usr/share/libdrm": {"bind": "$SNAP/gnome-platform/usr/share/libdrm"},
"/usr/share/libdrm": {
"bind": "$SNAP/gnome-platform/usr/share/libdrm"
},
},
}
),
Expand Down
4 changes: 3 additions & 1 deletion tests/unit/project_loader/extensions/test_gnome_3_34.py
Expand Up @@ -75,7 +75,9 @@ def test_extension(self):
"/usr/share/xml/iso-codes": {
"bind": "$SNAP/gnome-platform/usr/share/xml/iso-codes"
},
"/usr/share/libdrm": {"bind": "$SNAP/gnome-platform/usr/share/libdrm"},
"/usr/share/libdrm": {
"bind": "$SNAP/gnome-platform/usr/share/libdrm"
},
},
}
),
Expand Down
4 changes: 3 additions & 1 deletion tests/unit/project_loader/extensions/test_gnome_3_38.py
Expand Up @@ -75,7 +75,9 @@ def test_extension(self):
"/usr/share/xml/iso-codes": {
"bind": "$SNAP/gnome-platform/usr/share/xml/iso-codes"
},
"/usr/share/libdrm": {"bind": "$SNAP/gnome-platform/usr/share/libdrm"},
"/usr/share/libdrm": {
"bind": "$SNAP/gnome-platform/usr/share/libdrm"
},
},
}
),
Expand Down

0 comments on commit 869972b

Please sign in to comment.