-
Notifications
You must be signed in to change notification settings - Fork 54
chore: Adds test to check license end year. #56
Conversation
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.
hey @mukulmishra18, I got the license file updated in another PR.
Now that we have see that your code can catch it when the year is wrong, can you please merge from master and let's see if the test passes with the year being correct!
d2343bd
to
141bf1b
Compare
Hi @mbernier, I have updated the PR to new master and it is passing |
There was a merge conflict and an extra parenthesis on line 321, looked like this:
it is now this:
|
We have not been able to merge your Pull Request, but because you are awesome - we wanted to make sure you could still get a SendGrid Hacktoberfest shirt. Please go fill out our swag form before Nov 5th and we will send the shirt! (We know that you might have tried this before and it didn’t work, sorry about that!) You have till Nov 5th to fill out this form in order to get the Hacktoberfest shirt!Thank you for contributing during Hacktoberfest! We hope to see you in the repos soon! Just so you know, we always give away a SendGrid shirt for your first ever non-Hacktoberfest PR that gets merged. |
@thinkingserious Thanks a Lot! |
8cebfcb
to
61ed090
Compare
I think it should be fine now. @mbernier can you please have a look? |
Thanks @mukulmishra18! Your PR is now scheduled for review :) Please bear with us as we have fallen behind on our reviews due to the 1,000+ PRs in October. Big thanks for your contribution and patience. With Best Regards, Elmer |
Hello @mukulmishra18, |
If you are interested, we would love the opportunity to talk to you about Hacktoberfest and our API libraries. Our agenda would be: Explore what you liked and is there anything we can do to improve? You can grab a time on my calendar that works for you and we can have a chat on Google Hangout or Skype. If you prefer, you can email me using my GitHub username at my company’s domain. Thank you so much, Matt Bernier - @mbernier - SendGrid Developer Experience Product Manager |
Fixes #51
Please note that added test is failing right now, as
LICENSE.txt
file does not have correct end year. Also this test expects the year in range(i.e.2016-2017
), but only contains2016
. Maybe fix after #53