Skip to content

Junit failed due to LicenseTest #561

Description

@teruz

Issue Summary

$ mvn install
.....
Running com.sendgrid.LicenseTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
testLicenseShouldHaveCorrectYear(com.sendgrid.LicenseTest) Time elapsed: 0.001 sec <<< FAILURE!
org.junit.ComparisonFailure: License has incorrect year expected:<...pyright (c) 2013-201[8] SendGrid, Inc.> but was:<...pyright (c) 2013-201[9] SendGrid, Inc.>
at org.junit.Assert.assertEquals(Assert.java:115)
at com.sendgrid.LicenseTest.testLicenseShouldHaveCorrectYear(LicenseTest.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)

Steps to Reproduce

  1. git clone https://github.com/sendgrid/sendgrid-java.git
  2. cd sendgrid-java
  3. mvn install

Technical details:

  • sendgrid-java v4.3.0
  • Java Version: 1.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions