mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 15:09:39 +00:00
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.