Update DownloadEmailAttachmentsUnitTest.java

changing the package name to downloadattachments. and file name as per review comments.
This commit is contained in:
rvsathe
2021-05-21 15:16:55 +05:30
committed by GitHub
parent 8d544023e1
commit dced61cb88

View File

@@ -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() {