We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4b1d6 commit 0184140Copy full SHA for 0184140
test/git-open.test.zsh
@@ -14,6 +14,8 @@ assert_value() {
14
echo "$(tput setaf 1)❌"
15
echo "Expected: $expected"
16
echo "Actual: $actual$(tput sgr0)"
17
+ echo "Debug Info:"
18
+ git_open _debug
19
exit 1
20
fi
21
@@ -28,7 +30,7 @@ describe() {
28
30
29
31
32
describe "git_open_project"
-assert_value "https://github.com/chenasraf/git-open" $(git_open_project)
33
+assert_value "https:/i/github.com/chenasraf/git-open" $(git_open_project)
34
35
describe "git_get_remote"
36
assert_value "git@github.com:chenasraf/git-open.git" $(git_get_remote)
0 commit comments