Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f7fc57f

Browse files
author
Aleksi Salmela
committed
Fix the imports again.
1 parent d0ee1df commit f7fc57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/fi/helsinki/cs/tmc/cli/command/DownloadExercisesCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
import org.junit.runner.RunWith;
3434
import org.mockito.ArgumentCaptor;
3535
import org.powermock.core.classloader.annotations.PrepareForTest;
36-
import org.powermock.reflect.Whitebox;
3736
import org.powermock.modules.junit4.PowerMockRunner;
37+
import org.powermock.reflect.Whitebox;
3838

3939
import java.io.File;
4040
import java.io.IOException;

0 commit comments

Comments
 (0)