Skip to content

Commit

Permalink
Update tests for project_license requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jan 29, 2024
1 parent a3ffbf5 commit 7105a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builddir.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ def test_builddir_quality_guidelines() -> None:
ret = run_checks("tests/builddir/appdata-quality")
errors = {
"appstream-missing-developer-name",
"appstream-missing-project-license",
}
warnings = {
"appstream-name-too-long",
"appstream-screenshot-missing-caption",
"appstream-summary-too-long",
"appstream-missing-project-license",
}
found_warnings = set(ret["warnings"])
found_errors = set(ret["errors"])
Expand Down

0 comments on commit 7105a96

Please sign in to comment.