Update DownloadEmailAttachmentsUnitTest.java
changing the package name to downloadattachments. and file name as per review comments.
This commit is contained in:
parent
51d20e8bdb
commit
4c75aea71e
@ -1,9 +1,9 @@
|
||||
package com.baeldung.downloadAttachments;
|
||||
package com.baeldung.downloadattachments;
|
||||
|
||||
import static org.junit.Assert.fail;
|
||||
import org.junit.Test;
|
||||
|
||||
public class DownloadEmailAttachmentsUnitTest {
|
||||
public class DownloadEmailAttachmentsLiveTest {
|
||||
@Test
|
||||
public void when_Run_then_downloadAttachments() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user