-
Notifications
You must be signed in to change notification settings - Fork 78
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
test: removed tests that were testing for files that didnt exist, bumped gradle version to 4.10.2 #93
Conversation
Updated gradle version Tiny cleanup in Client.java Fixed tests that were testing for files that didnt exist
@@ -13,18 +13,6 @@ | |||
assertTrue(dockerExists); | |||
} | |||
|
|||
// ./docker-compose.yml or ./docker/docker-compose.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please just comment out these tests for now? Eventually we want them to pass. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, changes are commited 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, should i only re-add the docker-compose ones or USE-CASES.md and .env-sample as well?
Hello @Strum355, |
Fixes
Checklist
I have added tests that prove my fix is effective or that my feature worksNo new tests neededI have added necessary documentation about the functionality in the appropriate .md fileNo new code addedI have added in line documentation to the code I modifiedNo new code addedShort description of what this PR does:
Updated gradle version from 3.3 to 4.10.2
Tiny cleanup in Client.java
Removed tests that were testing for files that didn't exist