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

Improve module tests for cross-platform compatibility #253

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

neilnaveen
Copy link
Contributor

Fixes #252

  • Remove assert.Equal checks for goos and goarch

[internal/gomod/module_test.go]

  • Remove assert.Equal for goos and goarch

@neilnaveen neilnaveen requested a review from a team as a code owner February 24, 2023 19:47
- Remove `assert.Equal` checks for `goos` and `goarch`

[internal/gomod/module_test.go]
- Remove `assert.Equal` for `goos` and `goarch`

Signed-off-by: Neil Naveen <42328488+neilnaveen@users.noreply.github.com>
Copy link
Member

@nscuro nscuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @neilnaveen!

@nscuro nscuro merged commit e219a24 into CycloneDX:main Feb 25, 2023
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.

Support for non linux and amd64 for running unit test
2 participants