mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
renamed a test
This commit is contained in:
@@ -196,7 +196,7 @@ public class NBCLIScenarioPreprocessorTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testThatDuplicateParamInsideScenarioDefinitionThrowsBasicError() {
|
public void testThatDuplicateParamInScenarioDefThrowsError() {
|
||||||
assertThatExceptionOfType(BasicError.class)
|
assertThatExceptionOfType(BasicError.class)
|
||||||
.isThrownBy(() -> new NBCLIOptions(new String[]{"scenario_test", "duplicate_param"}, NBCLIOptions.Mode.ParseAllOptions))
|
.isThrownBy(() -> new NBCLIOptions(new String[]{"scenario_test", "duplicate_param"}, NBCLIOptions.Mode.ParseAllOptions))
|
||||||
.withMessageContaining("Duplicate occurrence of parameter \"threads\"");
|
.withMessageContaining("Duplicate occurrence of parameter \"threads\"");
|
||||||
|
|||||||
Reference in New Issue
Block a user