Skip to content

Commit

Permalink
Merge pull request #23 from fxe025/StorageTest
Browse files Browse the repository at this point in the history
Create StorageTest
  • Loading branch information
fxe025 committed Mar 15, 2024
2 parents c814e93 + 2d5fb44 commit 0b62656
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/test/java/Storage/StorageTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 java.io.FileNotFoundException;

public class StorageTest {
@Test
public void fileToReadNotFound() {
}
}

0 comments on commit 0b62656

Please sign in to comment.