Skip to content

Commit 0d3cae4

Browse files
committed
Remove unused variable
1 parent 325e564 commit 0d3cae4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

streaming/streams_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func TestDestroy(t *testing.T) {
3939
}
4040

4141
func TestOptions(t *testing.T) {
42-
ctx := testContext(t)
4342
s, err := NewStream("testOptions", nil, WithStreamMaxLen(10), WithStreamLogger(nil))
4443
assert.NoError(t, err)
4544
assert.Equal(t, 10, s.MaxLen)

0 commit comments

Comments
 (0)