We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325e564 commit 0d3cae4Copy full SHA for 0d3cae4
streaming/streams_test.go
@@ -39,7 +39,6 @@ func TestDestroy(t *testing.T) {
39
}
40
41
func TestOptions(t *testing.T) {
42
- ctx := testContext(t)
43
s, err := NewStream("testOptions", nil, WithStreamMaxLen(10), WithStreamLogger(nil))
44
assert.NoError(t, err)
45
assert.Equal(t, 10, s.MaxLen)
0 commit comments