Skip to content

Commit 912ea57

Browse files
committed
fix(testcontainers): remove is_running method from testcontainers
Signed-off-by: Raphael Höser <[email protected]>
1 parent feed83d commit 912ea57

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Based on the [compliance criteria](https://docs.eventsourcingdb.io/client-sdks/c
1313
-[Using EventQL](https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#using-eventql)
1414
-[Observing Events](https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#observing-events)
1515
-[Metadata and Discovery](https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#metadata-and-discovery)
16-
- [Testcontainers Support](https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#testcontainers-support)
16+
- 🚀 [Testcontainers Support](https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#testcontainers-support)

src/container.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,6 @@ impl Container {
219219
self.api_token.as_str()
220220
}
221221

222-
/// Check if the container is running.
223-
///
224-
/// Since we make sure the container is running via the typesystem, this will always return true.
225-
/// This method is still included to match the interface of the Go SDK.
226-
#[must_use]
227-
pub fn is_running(&self) -> bool {
228-
true
229-
}
230-
231222
/// Stop the container
232223
///
233224
/// This will consume the running container and stop it.

0 commit comments

Comments
 (0)