Skip to content

Commit

Permalink
Fix typo in yx_test.go (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs authored Jan 12, 2024
1 parent 389407d commit a109679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacc/console/yx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func TestShardingRule(t *testing.T) {
}
}

func TestSPlitKeyRange(t *testing.T) {
func TestSplitKeyRange(t *testing.T) {

assert := assert.New(t)

Expand Down

0 comments on commit a109679

Please sign in to comment.