AMQ-7129 - minor junit test fix

This commit is contained in:
Christopher L. Shannon (cshannon) 2019-01-09 14:39:11 -05:00
parent 25de20c77e
commit 703b8cbda3
1 changed files with 1 additions and 1 deletions

View File

@ -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 } });
}