Details
-
Story
-
Status: Done
-
Medium
-
Resolution: Done
-
None
-
None
Description
After upgrading to 1.0.0-M12 this can be removed:
@AfterEach
def tearDown(): Unit = {
//TODO: This method can be removed with new release of TCK (1.0.0-M10)
FileSystems.getFileSystem(CypherTCK.getClass.getResource(CypherTCK.featuresPath).toURI).close()
}