mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fixed broken name refactoring
This commit is contained in:
parent
48d9f73ebd
commit
11ffdcb43e
@ -18,8 +18,8 @@
|
||||
package io.nosqlbench.engine.cli;
|
||||
|
||||
|
||||
import io.nosqlbench.engine.cli.EBCLIOptions;
|
||||
import io.nosqlbench.engine.cli.EBCLIScriptAssembly;
|
||||
import io.nosqlbench.engine.cli.NBCLIOptions;
|
||||
import io.nosqlbench.engine.cli.NBCLIScriptAssembly;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
@ -54,4 +54,4 @@ public class NBCLIScriptAssemblyTest {
|
||||
assertThat(assembledScript).matches("(?s).*a single line.*");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user