Closed mmorel-35 closed 3 weeks ago
Name | Link |
---|---|
Latest commit | aeeb7abb2f42537131617ec39ba2d61e8511463f |
Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/6720ab29558e590008e92fdd |
Deploy Preview | https://deploy-preview-2855--testcontainers-go.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
What does this PR do?
This uses
require
instead oft.Fatal
callsWhy is it important?
This reduce the number of lines required to make an assertion. It also make the assertion easier to understand.
Related issues