Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Franr committed Jan 12, 2025
1 parent 89c0162 commit b3c3c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bats/leverage.bats
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ teardown(){
cp "$BUILD_SCRIPTS/simple_build.py" "$ACC_DIR/build.py"
cd "$ACC_DIR"

run leverage -l
run leverage run -l

assert_line --index 0 "Tasks in build file \`build.py\`:"
assert_line --index 1 --regexp "^ hello\s+Say hello.$"
Expand All @@ -49,7 +49,7 @@ teardown(){
cp "$BUILD_SCRIPTS/simple_build.py" "$ROOT_DIR/build.py"
cd "$ROOT_DIR/account"

run leverage -l
run leverage run -l

assert_line --index 0 "Tasks in build file \`build.py\`:"
assert_line --index 1 --regexp "^ hello\s+Say hello.$"
Expand Down

0 comments on commit b3c3c4d

Please sign in to comment.