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

Remove ginkgo v1 reference from testhelper package #64

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

jimmyyih
Copy link
Member

The ginkgo v1 reference in testhelper's function.go was making the
testhelper package incompatible with ginkgo v2. Remove the ginkgo v1
reference and replace the Fail() calls with equivalent gomega Expect
calls.

The ginkgo v1 reference in testhelper's function.go was making the
testhelper package incompatible with ginkgo v2. Remove the ginkgo v1
reference and replace the Fail() calls with equivalent gomega Expect
calls.
@jimmyyih
Copy link
Member Author

This goes along the same lines as #63. With that PR and this PR, gp-common-go-libs test packages should be compatible with ginkgo v2.

@jimmyyih jimmyyih merged commit 5857b39 into master Apr 25, 2022
@jimmyyih jimmyyih deleted the testhelper_remove_ginkgo_v1 branch April 25, 2022 18:20
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.

None yet

2 participants