Skip to content

Commit

Permalink
Merge pull request #2533 from cockroachdb/marc/typo
Browse files Browse the repository at this point in the history
plit is not a verb. or anything else for that matter
  • Loading branch information
mberhault committed Sep 16, 2015
2 parents 0e8b854 + 3d3ec21 commit f470396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ func TestBaseQueueAddRemove(t *testing.T) {
}
}

// TestAcceptsUnplitRanges verifies that ranges that need to split are properly
// TestAcceptsUnsplitRanges verifies that ranges that need to split are properly
// rejected when the queue has 'acceptsUnsplitRanges = false'.
func TestAcceptsUnplitRanges(t *testing.T) {
func TestAcceptsUnsplitRanges(t *testing.T) {
defer leaktest.AfterTest(t)
g, stopper := gossipForTest(t)
defer stopper.Stop()
Expand Down

0 comments on commit f470396

Please sign in to comment.