mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-10 07:53:08 -06:00
align test name to file
This commit is contained in:
parent
145b02ebd4
commit
99b84d5e35
@ -125,10 +125,9 @@ public class ScriptExampleTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testExtensionCsvLogger() {
|
||||
public void testExtensionCsvMetrics() {
|
||||
ExecutionMetricsResult scenarioResult = runScenario("extension_csvmetrics");
|
||||
assertThat(scenarioResult.getIOLog()).contains("started new " +
|
||||
"csvlogger: logs/csvmetricstestdir");
|
||||
assertThat(scenarioResult.getIOLog()).contains("started new csvmetrics: logs/csvmetricstestdir");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user