-
-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
@cristianrgreco Shouldn't this call this.stop?
Expected:
async [Symbol.asyncDispose]() {
await this.stop();
}
Actual:
testcontainers-node/packages/testcontainers/src/generic-container/abstract-started-container.ts
Lines 107 to 109 in 504de94
| async [Symbol.asyncDispose]() { | |
| await this.startedTestContainer[Symbol.asyncDispose](); | |
| } |
Originally posted by @joebowbeer in #1080 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working