Skip to content

Commit

Permalink
fix: updates bad paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Jul 29, 2021
1 parent 8b2a4b2 commit fbb4d6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion bin/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function update_changelog {
tagRange=""
MARKDOWN+='Initial Release'
else
echo "${TAGS[@]}"
# shellcheck disable=SC2076,SC2199 # array is done like this intentionally
if ! array.contains "$published_version" "${TAGS[@]}"; then
echo "Error creating changelog - publishedVersion $published_version does not exists"
Expand Down
2 changes: 1 addition & 1 deletion tests/bashify/array.bats → tests/core/array.bats
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bats
load ../test_helper
core.import "array.sh"
core.import "array"
# alias array.contains="array::contains"

@test 'array contains' {
Expand Down
2 changes: 1 addition & 1 deletion tests/bashify/core.bats → tests/core/core.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bats
source "$SHIPKIT_BIN/core/core"
source "$SHIPKIT_BIN/core/main"
load ../test_helper

@test 'core.rel_path' {
Expand Down

0 comments on commit fbb4d6e

Please sign in to comment.