Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing unit tests #2641

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Fix failing unit tests #2641

merged 1 commit into from
Jun 27, 2023

Conversation

julian-hj
Copy link
Member

Is there a related GitHub Issue?

Nope

What is this change about?

The tools/k8s unit tests had a couple of failures. The gomega error matcher can't match on wrapped errors unless the type of the expected object matches the wrapped error type. This commit fixes it.

Does this PR introduce a breaking change?

No

Acceptance Steps

ginkgo tools/k8s

Tag your pair, your PM, and/or team

The gomega error matcher can't match on wrapped errors unless the type of the expected object matches the wrapped error type.
@tcdowney tcdowney merged commit f52cf8e into main Jun 27, 2023
@tcdowney tcdowney deleted the tools-units-fix branch June 27, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants