diff --git a/tests/test-repo.sh b/tests/test-repo.sh index bf5ef2e42..a367a1b13 100644 --- a/tests/test-repo.sh +++ b/tests/test-repo.sh @@ -460,7 +460,7 @@ assert_file_has_content list-log "org\.test\.Platform" ok "flatpak list --arch --columns works" -if ${FLATPAK} ${INVERT_U} uninstall -y org.test.Platform org.test.Hello; then +if ${FLATPAK} ${INVERT_U} uninstall -y org.test.Hello; then assert_not_reached "Should not be able to uninstall ${INVERT_U} when installed ${U}" fi