diff --git a/tests/unit/10-build_test.bats b/tests/unit/10-build_test.bats index 4cff0d6b..edf9345a 100644 --- a/tests/unit/10-build_test.bats +++ b/tests/unit/10-build_test.bats @@ -144,7 +144,6 @@ teardown() { [ "$status" -eq 0 ] mapfile -t calls <"${DNF5_LOG}" - [ "${#calls[@]}" -eq 1 ] [ "${calls[0]}" = "install -y tmux gum" ] }