Replies: 1 comment
-
Any help guys? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a Scala project where in the test folder, I have the resources folder and in that folder I have the docker-compose-mqtt.yaml file that is supposed to start a mqtt broker as a docker container. I have a test class like this below:
When I ran it, it failed with the message below:
What is the desired approach here to run this as a unit test?
Beta Was this translation helpful? Give feedback.
All reactions