mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
test_package_comaintainer: sanitize newlines
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
5b856c7af2
commit
163e4d7389
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ def setup():
|
||||||
|
|
||||||
|
|
||||||
def test_package_comaintainer_creation():
|
def test_package_comaintainer_creation():
|
||||||
package_comaintainer = create(PackageComaintainer, User=user, PackageBase=pkgbase,
|
package_comaintainer = create(PackageComaintainer, User=user,
|
||||||
Priority=5)
|
PackageBase=pkgbase, Priority=5)
|
||||||
assert bool(package_comaintainer)
|
assert bool(package_comaintainer)
|
||||||
assert package_comaintainer.User == user
|
assert package_comaintainer.User == user
|
||||||
assert package_comaintainer.PackageBase == pkgbase
|
assert package_comaintainer.PackageBase == pkgbase
|
||||||
|
|
Loading…
Add table
Reference in a new issue