diff --git a/cmd/root.go b/cmd/root.go index f81aab0..786744b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,7 +11,7 @@ import ( var cfgFile string // VERSION number: change manually -const VERSION = "0.0.8" +const VERSION = "0.0.9" var rootCmd = &cobra.Command{ Use: "gh-i", diff --git a/cmd/ui_test.go b/cmd/ui_test.go index b090a83..49b992a 100644 --- a/cmd/ui_test.go +++ b/cmd/ui_test.go @@ -86,8 +86,6 @@ func TestParseRepo(t *testing.T) { "GH_I_PREFER_REPO": "true", }, }, - // No test case added for "no input and no $GH_REPO" due to gh command respecting current directory. - // Preferring "gh-f" over "gh-i" for a fixture is rooted in the same reason. } for description, testCase := range testCases {