Skip to content

Commit 0d6250c

Browse files
authored
Change KurrentDB protocol from esdb to kurrentdb (#1051)
1 parent ccc9247 commit 0d6250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/kurrentdb/src/kurrentdb-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AbstractStartedContainer, GenericContainer, Wait } from "testcontainers
22

33
export class StartedKurrentDbContainer extends AbstractStartedContainer {
44
getConnectionString(): string {
5-
return `esdb://${this.getHost()}:${this.getFirstMappedPort()}?tls=false`;
5+
return `kurrentdb://${this.getHost()}:${this.getFirstMappedPort()}?tls=false`;
66
}
77
}
88

0 commit comments

Comments
 (0)