testcontainers / testcontainers-hs

Docker containers for your integration tests! http://hackage.haskell.org/package/testcontainers
MIT License
56 stars 12 forks source link

Typo in example #10

Closed supersven closed 3 years ago

supersven commented 3 years ago

https://hackage.haskell.org/package/testcontainers-0.3.0.0/docs/TestContainers-Docker.html#v:waitForLogLine

wairForLogLine Stdout ("Ready to accept connections" `isInfixOf`)

I think this should be waitForLogLine (t instead of r). 😺

supersven commented 3 years ago

Ah, what I forgot: Thanks a lot for crafting this library! It helps a lot with creating e.g. integration tests.

alexbiehl commented 3 years ago

Thanks for reporting, Sven. Fixed on master!