Open a40yostudent opened 3 years ago
let filePath = bundle.path(forResource: name, ofType: type)! always fails to produce a value, and no test can be run.
let filePath = bundle.path(forResource: name, ofType: type)!
let filePath = bundle.path(forResource: name, ofType: type)!
always fails to produce a value, and no test can be run.