Skip to content
Snippets Groups Projects
Commit a2fcbd0c authored by jez04's avatar jez04
Browse files

feat: update test

parent e1e5edb6
Branches solution
No related merge requests found
......@@ -60,7 +60,7 @@ class ClassStructureTest {
}
@Test
void loadScoresFromStreamTest() throws ScoreNotLoaded {
void loadScoresFromStreamTest() throws Exception {
App app = new App();
assertTrue(app.loadScoresFromStream(new InputStreamReader(App.class.getResourceAsStream("/bestScore-ok.csv")))
.size() > 1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment