Closed mmorel-35 closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 8ccc448987651164ea5e1284e0d48ad194bee29d |
Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/67207ce720375000087728c9 |
Deploy Preview | https://deploy-preview-2854--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.Len
instead ofassert.Len
calls when element is reused for tests.Why is it important?
When assert.Len is used, this is generally to check the length of a list that is generally used in at least one other test.
Related issues