summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-19 09:38:49 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-19 12:12:57 +1100
commita34bdf1a046c90c22a1c0b653241b8107e89c7f9 (patch)
tree4de55d492803487a6575c976f89875744a7d3b7b /test
parentd93fef4c61db20dd9e2bb535c2fbb742cdbed60a (diff)
update linters
Diffstat (limited to 'test')
-rw-r--r--test/runner/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/main.go b/test/runner/main.go
index af6195cbc..509b66772 100644
--- a/test/runner/main.go
+++ b/test/runner/main.go
@@ -38,7 +38,7 @@ func main() {
},
mode,
speedEnv,
- func(_t *testing.T, expected string, actual string, prefix string) {
+ func(_t *testing.T, expected string, actual string, prefix string) { //nolint:thelper
assert.Equal(MockTestingT{}, expected, actual, fmt.Sprintf("Unexpected %s. Expected:\n%s\nActual:\n%s\n", prefix, expected, actual))
},
includeSkipped,