Skip to content

Commit 663a27f

Browse files
Fix license test
1 parent c1038b2 commit 663a27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/sendgrid/LicenseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void testLicenseShouldHaveCorrectYear() throws IOException {
2121
}
2222
}
2323
}
24-
String expectedCopyright = String.format("Copyright (c) 2013-%d SendGrid, Inc.", Calendar.getInstance().get(Calendar.YEAR));
24+
String expectedCopyright = String.format("Copyright (c) 2013-%d Twilio SendGrid, Inc.", Calendar.getInstance().get(Calendar.YEAR));
2525
Assert.assertEquals("License has incorrect year", copyrightText, expectedCopyright);
2626
}
2727
}

0 commit comments

Comments
 (0)