Skip to content

Commit

Permalink
Merge pull request #1930 from aofei/make_test
Browse files Browse the repository at this point in the history
test: fix cmd/TestInstallInNonGitRepo/install_with_VERSION_file
  • Loading branch information
xushiwei authored Jul 14, 2024
2 parents 84a7468 + f2ce1e8 commit e6b9941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/make_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func TestInstallInNonGitRepo(t *testing.T) {
})

t.Run("install with VERSION file", func(t *testing.T) {
version := "v1.2.98"
version := "v1.3.98"
// Create VERSION file
if err := os.WriteFile(versionFile, []byte(version), 0644); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit e6b9941

Please sign in to comment.