Files
kubernetes/test
Patrick Ohly 228640ffab e2e: fix logs unit test
The test had two problems:
- the expected line was off by one (probably modified import statements)
- when Gomega failed in TestFailureOutput, Ginkgo panicked because
  its fail handler was called outside of a Ginkgo node

Now github.com/stretchr/testify/assert is used for comparing the output because
it works in a unit test without further customization and because the failure
messages are more useful.
2022-05-11 10:50:51 +02:00
..
2022-05-09 13:47:52 +09:00
2022-05-11 10:50:51 +02:00
2022-05-05 08:47:33 -04:00
2022-05-09 16:58:18 +00:00