Update DownloadEmailAttachmentsUnitTest.java
changing the package name to downloadattachments. and file name as per review comments.
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user