Skip to content

Commit

Permalink
Resolve the conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Jun 25, 2024
1 parent 5b7985b commit aad2df1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/utils/typeutil/size_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ func TestSizeJSON(t *testing.T) {
}

func TestParseMbFromText(t *testing.T) {
<<<<<<< HEAD
t.Parallel()
=======
const defaultValue = 2

>>>>>>> 6fbe73796 (config: fix the panic caused by zero RegionSplitSizeMB (#8324))
t.Parallel()
re := require.New(t)
testCases := []struct {
body []string
Expand Down

0 comments on commit aad2df1

Please sign in to comment.