Skip to content

Commit

Permalink
Uncomment cleanup code (very minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcschapp committed Aug 14, 2021
1 parent e56773b commit a27afd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions incite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,8 @@ func TestStream_Read(t *testing.T) {
Actions: actions,
})
t.Cleanup(func() {
//err := m.Close()
//assert.NoError(t, err)
err := m.Close()
assert.NoError(t, err)
})
s, err := m.Query(QuerySpec{
Text: "bar",
Expand Down

0 comments on commit a27afd7

Please sign in to comment.