From 7c36c05cadaa655dfd7197004511937c5c176102 Mon Sep 17 00:00:00 2001 From: Yucieee Date: Tue, 18 Nov 2025 11:13:59 +0800 Subject: [PATCH] fix unit-test --- test/git-open.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/git-open.bats b/test/git-open.bats index dbcef53..8715031 100755 --- a/test/git-open.bats +++ b/test/git-open.bats @@ -373,7 +373,7 @@ Host github.com git remote set-url origin "git@github.com:rails/rails.git" run ../git-open # Should use github.com for web URL, NOT ssh.github.com - assert_output "https://github.com/rails/rails/tree/master" + assert_output "https://github.com/rails/rails" } ##