kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Call "planFromXML.isPresent()" before accessing the value. #118

Closed Jdatechong closed 5 years ago

Jdatechong commented 5 years ago

In test/TestSavePlan.java line 66:

assertEquals(planFromXML.get().getName(), "CSC and MATH plan");

calls .get() without calling .isPresent()