Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
pav-kv committed Apr 22, 2022
1 parent 8522e44 commit 607eb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compact/nodes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestRangeNodes(t *testing.T) {
}
}

func TestGenNodeRanges(t *testing.T) {
func TestGenRangeNodes(t *testing.T) {
const size = uint64(512)
for begin := uint64(0); begin <= size; begin++ {
for end := begin; end <= size; end++ {
Expand Down

0 comments on commit 607eb47

Please sign in to comment.