File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ Based on the [compliance criteria](https://docs.eventsourcingdb.io/client-sdks/c
13
13
- ❌ [ Using EventQL] ( https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#using-eventql )
14
14
- ❌ [ Observing Events] ( https://docs.eventsourcingdb.io/client-sdks/compliance-criteria/#observing-events )
15
15
- ❌ [ 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 )
Original file line number Diff line number Diff line change @@ -219,15 +219,6 @@ impl Container {
219
219
self . api_token . as_str ( )
220
220
}
221
221
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
-
231
222
/// Stop the container
232
223
///
233
224
/// This will consume the running container and stop it.
You can’t perform that action at this time.
0 commit comments