mirror of https://github.com/apache/druid.git
Fix mixed up segment ids at SelectBinaryFnTest.java (#6946)
This commit is contained in:
parent
82137874ea
commit
30ec608038
|
@ -40,9 +40,9 @@ import java.util.Set;
|
||||||
*/
|
*/
|
||||||
public class SelectBinaryFnTest
|
public class SelectBinaryFnTest
|
||||||
{
|
{
|
||||||
private static final String segmentId1 = "testSegment";
|
private static final String segmentId1 = "testSegment1";
|
||||||
|
|
||||||
private static final String segmentId2 = "testSegment";
|
private static final String segmentId2 = "testSegment2";
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testApply()
|
public void testApply()
|
||||||
|
|
Loading…
Reference in New Issue