Skip to content

Commit

Permalink
*: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xhebox authored Aug 2, 2022
1 parent aef605b commit 5fcb06e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions expression/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7292,8 +7292,7 @@ func TestIssue31600(t *testing.T) {
}

func TestIssue31569(t *testing.T) {
store, clean := testkit.CreateMockStore(t)
defer clean()
store := testkit.CreateMockStore(t)

tk := testkit.NewTestKit(t, store)

Expand Down

0 comments on commit 5fcb06e

Please sign in to comment.