Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baalimago committed Aug 18, 2024
1 parent 6794d5d commit cfbac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestFormatCommandDescriptions(t *testing.T) {
result := formatCommandDescriptions()

// Check if the returned string contains the expected command descriptions
expectedSubstring := "testCmd -"
expectedSubstring := "testCmd"
if !strings.Contains(result, expectedSubstring) {
t.Errorf("Expected formatted command descriptions to contain '%s', got '%s'", expectedSubstring, result)
}
Expand Down

0 comments on commit cfbac98

Please sign in to comment.