Skip to content

Commit 2bb36a3

Browse files
committed
git open issue: add assertion
1 parent 79501d6 commit 2bb36a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/git-open.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ setup() {
8080
git checkout -B "issues/#12"
8181
run ../git-open "issue"
8282
assert_output "https://github.com/paulirish/git-open/issues/12"
83+
84+
# https://github.com/paulirish/git-open/pull/86
85+
git checkout -B "fix-issue-36"
86+
run ../git-open "issue"
87+
assert_output "https://github.com/paulirish/git-open/issues/36"
8388
}
8489

8590
@test "gh: gist" {

0 commit comments

Comments
 (0)