-
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: Test to check year in license file #66
Conversation
@Test | ||
public void testLicenseShouldHaveCorrectYear() throws IOException { | ||
String copyrightText = null; | ||
try (BufferedReader br = new BufferedReader(new FileReader("./LICENSE.txt"))) { |
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.
invalid file name
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.
fixed, thanks
d146e94
to
0e19f47
Compare
0e19f47
to
11a1776
Compare
Thank you! |
Hello @pushkyn, |
Test to check year in license file
Fixes #61
Checklist
Short description of what this PR does:
If you have questions, please send an email to Sendgrid, or file a Github Issue in this repository.