mirror of
https://github.com/apache/druid.git
synced 2025-02-18 16:12:23 +00:00
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
|
||||
{
|
||||
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
|
||||
public void testApply()
|
||||
|
Loading…
x
Reference in New Issue
Block a user