mirror of https://github.com/apache/activemq.git
AMQ-7129 - minor junit test fix
This commit is contained in:
parent
25de20c77e
commit
703b8cbda3
|
@ -55,7 +55,7 @@ import org.junit.runners.Parameterized.Parameters;
|
|||
@RunWith(Parameterized.class)
|
||||
public class KahaDBDurableMessageRecoveryTest {
|
||||
|
||||
@Parameters(name = "recoverIndex")
|
||||
@Parameters(name = "{0}")
|
||||
public static Collection<Object[]> data() {
|
||||
return Arrays.asList(new Object[][] { { false }, { true } });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue