Skip to content

Commit

Permalink
Fix test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaholaz committed May 13, 2024
1 parent 48fc1fa commit d18da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ func TestTwoQuote(t *testing.T) {
}
if want != config {
t.Fatalf(`
Could not parse config correctly with quotes inside correctly.
Could not parse config with multiple quotes correctly.
expected: %#v
got: %#v`, want, config)
}
Expand Down

0 comments on commit d18da08

Please sign in to comment.