Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Aug 2, 2021
1 parent ace607e commit 7ded8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gradle.bats
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ teardown() {

@test 'ship.libs' {
target_name="$BATS_TEST_DESCRIPTION"
run make -f $FIXTURE_DIR/Makefile $target_name
run make -f $FIXTURE_DIR/Makefile $target_name RELEASABLE_BRANCH=
assert_success
assert_output --partial "not a RELEASABLE_BRANCH"
# assert_equal "${lines[0]}" "mock-gradlew resolveConfigurations --no-daemon"
Expand Down

0 comments on commit 7ded8f9

Please sign in to comment.