Skip to content

Commit dea3aa1

Browse files
committed
Updated tests names
1 parent 5040e24 commit dea3aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/mailtrap/api/AttachmentsImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void init() {
8080
}
8181

8282
@Test
83-
public void getAttachmentsTest() {
83+
public void test_getAttachments() {
8484
List<AttachmentResponse> attachments = api.getAttachments(accountId, inboxId, messageId, null);
8585

8686
assertEquals(1, attachments.size());
@@ -90,7 +90,7 @@ public void getAttachmentsTest() {
9090
}
9191

9292
@Test
93-
public void getAttachmentTest() {
93+
public void test_getAttachment() {
9494
AttachmentResponse attachment = api.getSingleAttachment(accountId, inboxId, messageId, attachmentId);
9595

9696
assertNotNull(attachment);

0 commit comments

Comments
 (0)