Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e/test-open-issue-draft-non-plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test: Non-plan issue format (bug report)

source "$(dirname "$0")/../common.sh"
source "$(dirname "$0")/../helpers-open-issue.sh"
source "$(dirname "$0")/../helpers-gh-mock.sh"

test_info "Non-plan issue format (bug report)"

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test-open-issue-update-maintains-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test: --update maintains [plan][tag] format

source "$(dirname "$0")/../common.sh"
source "$(dirname "$0")/../helpers-open-issue.sh"
source "$(dirname "$0")/../helpers-gh-mock.sh"

test_info "--update maintains [plan][tag] format"

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test-open-issue-update-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test: --update mode uses gh issue edit

source "$(dirname "$0")/../common.sh"
source "$(dirname "$0")/../helpers-open-issue.sh"
source "$(dirname "$0")/../helpers-gh-mock.sh"

test_info "--update mode uses gh issue edit"

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test-open-issue-with-draft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test: Plan issue title format

source "$(dirname "$0")/../common.sh"
source "$(dirname "$0")/../helpers-open-issue.sh"
source "$(dirname "$0")/../helpers-gh-mock.sh"

test_info "Plan issue title format"

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test-open-issue-without-draft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test: Plan issue baseline format

source "$(dirname "$0")/../common.sh"
source "$(dirname "$0")/../helpers-open-issue.sh"
source "$(dirname "$0")/../helpers-gh-mock.sh"

test_info "Plan issue baseline format"

Expand Down
6 changes: 0 additions & 6 deletions tests/helpers-open-issue.sh

This file was deleted.