Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidy committed Jan 29, 2025
1 parent ce31ac1 commit 5f718cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,13 @@ func TestVersionInfo_Print(t *testing.T) {

// Check if output contains expected information
expectedStrings := []string{
"App version: 1.0.0",
"GoNB version: 1.0.0",
"Version control info:",
v.CommitLink,
"Build info:",
runtime.Version(),
runtime.GOOS,
runtime.GOARCH,
"Git commit: abc123",
}

for _, expected := range expectedStrings {
Expand Down

0 comments on commit 5f718cd

Please sign in to comment.