Skip to content

Commit f5ecb77

Browse files
committed
fixed linter error
1 parent 2a5aebb commit f5ecb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing-shared/src/db/vertica.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class VerticaDBRunner extends DbRunnerAbstract {
1515
.withEnv('VERTICA_DB_NAME', 'test')
1616
.withExposedPorts(5433)
1717
.withStartupTimeout(60 * 1000)
18-
.withWaitStrategy(new LogWaitStrategy("Node Status: v_test_node0001: (UP)"))
18+
.withWaitStrategy(new LogWaitStrategy("Node Status: v_test_node0001: (UP)"));
1919

2020
return container.start();
2121
}

0 commit comments

Comments
 (0)