Skip to content

Commit

Permalink
Change order of methods in RandomValues (no actual code change)
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed Sep 17, 2018
1 parent 6bb5b7d commit 4dca1e1
Show file tree
Hide file tree
Showing 2 changed files with 718 additions and 739 deletions.
Expand Up @@ -270,7 +270,7 @@ public void testIndexRangeSeekByDurationArray() throws Exception
@Test
public void testIndexRangeSeekByTextArray() throws Exception
{
testIndexRangeSeekArray( () -> random.randomValues().nextBasicMultilingualPlaneStringArray() );
testIndexRangeSeekArray( () -> random.randomValues().nextStringArray() );
}

@Test
Expand Down

0 comments on commit 4dca1e1

Please sign in to comment.