Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 10, 2024
1 parent 7b04e9c commit 38263c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/govet/testdata/govet.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ func GovetPrintf() {

func GovetStringIntConv() {
i := 42
fmt.Println("i = " + string(i)) // want "stringintconv: conversion from int to string yields a string of one rune, not a string of digits \\(did you mean fmt.Sprint\\(x\\)\\?\\)"
fmt.Println("i = " + string(i)) // want "stringintconv: conversion from int to string yields a string of one rune, not a string of digits"
}

0 comments on commit 38263c3

Please sign in to comment.