gofmt two files, so make test reaches the tests #174

Merged
kami merged 2 commits from fix/gofmt-ecosystem-acts into master 2026-08-06 10:05:09 +02:00
Showing only changes of commit 4f6dec0cf2 - Show all commits
+1 -1
View File
@@ -662,7 +662,7 @@ func (t *emptyFrameTransport) Call(ctx context.Context, req *rpcRequest) (*rpcRe
}
func (t *emptyFrameTransport) Notify(context.Context, string, any) error { return nil }
func (t *emptyFrameTransport) Close() error { return nil }
func (t *emptyFrameTransport) Close() error { return nil }
func TestResultlessResponseIsNotSuccess(t *testing.T) {
c := newClient("empty", &emptyFrameTransport{})