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

Commit a572ff9

Browse files
Update sae/rpc_test.go
Co-authored-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Signed-off-by: Jonathan Oppenheimer <147infiniti@gmail.com>
1 parent c23ded4 commit a572ff9

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
@@ -391,7 +391,7 @@ func TestFilterAPIs(t *testing.T) {
391391
t.Helper()
392392
var filterID string
393393
require.NoErrorf(t, sut.CallContext(ctx, &filterID, method, args...), "%T.Client.CallContext(..., %q, %v...)", sut.Client, method, args)
394-
require.NotEmpty(t, filterID)
394+
require.NotEmptyf(t, filterID, "Resulted populated by %T.Client.CallContext(..., %q, %v...)" sut.Client, method, args)
395395
return filterID
396396
}
397397

0 commit comments

Comments
 (0)