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:
parent
c06410f69f
commit
4274c0edf7
@ -196,7 +196,7 @@ public class NBCLIScenarioPreprocessorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testThatDuplicateParamInsideScenarioDefinitionThrowsBasicError() {
|
||||
public void testThatDuplicateParamInScenarioDefThrowsError() {
|
||||
assertThatExceptionOfType(BasicError.class)
|
||||
.isThrownBy(() -> new NBCLIOptions(new String[]{"scenario_test", "duplicate_param"}, NBCLIOptions.Mode.ParseAllOptions))
|
||||
.withMessageContaining("Duplicate occurrence of parameter \"threads\"");
|
||||
|
Loading…
Reference in New Issue
Block a user