Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Jun 2, 2021
1 parent 9400254 commit d5d6187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/core/region_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ func (s *testRegionInfoSuite) TestRegionRoundingFlow(c *C) {
expect uint64
}{
{10, 0, 10},
{13, 1, 12},
{11807, 9, 11776},
{252623, 9, 252416},
{252623, 64, 0},
{13, 1, 13},
{11807, 512, 11776},
{252623, 512, 252416},
{252623, 10240, 245760},
{252623, math.MaxUint64, 0},
}
for _, t := range testcases {
Expand Down

0 comments on commit d5d6187

Please sign in to comment.