Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fxe025 committed Mar 15, 2024
1 parent b0a7a88 commit 2d5fb44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/test/java/Storage/StorageTest.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package Storage;

import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;
//import static org.junit.jupiter.api.Assertions.assertEquals;
//import static org.junit.jupiter.api.Assertions.fail;

//import java.io.FileNotFoundException;

import java.io.FileNotFoundException;
public class StorageTest {
@Test
public void fileToReadNotFound() {
Expand Down

0 comments on commit 2d5fb44

Please sign in to comment.