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
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 )
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments