Skip to content

Commit

Permalink
test: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Dec 24, 2021
1 parent e8ab98d commit fd61fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ranger/ranger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1424,11 +1424,11 @@ func TestPrefixIndexAppendPointRanges(t *testing.T) {

func TestIndexRange(t *testing.T) {
dom, store, err := newDomainStoreWithBootstrap(t)
require.NoError(t, err)
defer func() {
dom.Close()
require.NoError(t, store.Close())
}()
require.NoError(t, err)
testKit := testkit.NewTestKit(t, store)
testKit.MustExec("use test")
testKit.MustExec("drop table if exists t")
Expand Down

0 comments on commit fd61fe9

Please sign in to comment.