Skip to content

Commit 36a220c

Browse files
committed
fix test
1 parent 2f3555f commit 36a220c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/auth0/client/mgmt/EmailTemplatesEntityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void shouldThrowOnPatchEmailTemplateWithNullData() throws Exception {
121121
@Test
122122
public void shouldThrowOnPatchEmailTemplateWithNullName() throws Exception {
123123
exception.expect(IllegalArgumentException.class);
124-
exception.expectMessage("'template' cannot be null!");
124+
exception.expectMessage("'template name' cannot be null!");
125125
api.emailTemplates().update(null, new EmailTemplate());
126126
}
127127
}

0 commit comments

Comments
 (0)