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 51d20e8bdb
commit 4c75aea71e
1 changed files with 2 additions and 2 deletions

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