Skip to content

Swap testify for gomega standalone assertion #143

Description

@BergCyrill

Since we only have one call to testify (like mentioned in #140 ) we should remove it as a direct dependency entirely.
A swap for a gomega based assertion comes into mind, like:

NewWithT(t).Expect(err).NotTo(HaveOccurred(), "failed to start kcp envtest environment")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgoPull requests that update go codegood-first-issueGood for newcomers

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions