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

also publish the sources of java-test-fixtures #480

Merged
merged 2 commits into from Dec 28, 2022
Merged

Conversation

gabrielittner
Copy link
Collaborator

closes #325

Comment on lines -185 to 188
if (missingFiles.isNotEmpty() && zipFiles.isNotEmpty()) {
if (missingFiles.isNotEmpty()) {
facts += fact("expected to contain", missingFiles)
facts += simpleFact("but did not.")
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was a bug

@gabrielittner gabrielittner merged commit f238378 into master Dec 28, 2022
@vanniktech vanniktech deleted the test-fixtures branch December 28, 2022 13:18
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.

Javadocs/sources are not published for test fixtures artifacts
2 participants