summaryrefslogtreecommitdiff
path: root/client/client_test.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-02-12 19:18:05 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-02-19 14:15:07 +0100
commit74e36f0ead717105f26087c2cab08b41ba5a7ce8 (patch)
tree1eb2b7516bea705c9b5a50ce0965e170414ed880 /client/client_test.go
parent682d70091af2044ff6d8b350da9dff13163232e2 (diff)
All: Document everything to pass revive lint
Diffstat (limited to 'client/client_test.go')
-rw-r--r--client/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_test.go b/client/client_test.go
index 1d4bf44..a221c93 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -370,7 +370,7 @@ func TestInvalidClientID(t *testing.T) {
k,
"0.1.0-test",
dir,
- func(old FSMStateID, new FSMStateID, data interface{}) bool {
+ func(_ FSMStateID, _ FSMStateID, _ interface{}) bool {
return true
},
false,