mirror of
https://github.com/helm/helm.git
synced 2026-06-30 19:57:48 +00:00
chore: fix unnecessary-format issues from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -289,7 +289,7 @@ func TestReadFileOriginal(t *testing.T) {
|
||||
filePath := "%a.txt"
|
||||
_, err := readFile(filePath, p)
|
||||
if err == nil {
|
||||
t.Errorf("Expected error when has special strings")
|
||||
t.Error("Expected error when has special strings")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user