Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Commit c23ded4

Browse files
fix: suggestion
1 parent b180fde commit c23ded4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sae/rpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func TestFilterAPIs(t *testing.T) {
390390
createFilter := func(t *testing.T, method string, args ...any) string {
391391
t.Helper()
392392
var filterID string
393-
require.NoErrorf(t, sut.CallContext(ctx, &filterID, method, args...), "%T.Client.CallContext(..., %q, %v...), sut.Client, method, args)
393+
require.NoErrorf(t, sut.CallContext(ctx, &filterID, method, args...), "%T.Client.CallContext(..., %q, %v...)", sut.Client, method, args)
394394
require.NotEmpty(t, filterID)
395395
return filterID
396396
}

0 commit comments

Comments
 (0)