diff --git a/registry_test.go b/registry_test.go index d122946..e81fe3b 100644 --- a/registry_test.go +++ b/registry_test.go @@ -12,7 +12,7 @@ type TestResource struct { calls int } -func (t *TestResource) Test(ctx context.Context) error { +func (t *TestResource) Test(_ context.Context) error { t.calls++ return nil }