Skip to content

Commit 96bcbef

Browse files
authored
Update lifecycle.bats
1 parent 1b38eae commit 96bcbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/lifecycle.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ load '../helpers/test_helper'
464464
run bash "${PROJECT_ROOT}/apotropaios.sh" --version
465465
[ "$status" -eq 0 ]
466466
[[ "$output" == *"Apotropaios"* ]]
467-
[[ "$output" == *"1.1.5"* ]]
467+
[[ "$output" == *"1.1.10"* ]]
468468
}
469469

470470
@test "parse_args: handles --help flag" {

0 commit comments

Comments
 (0)