Closed erikscheurer closed 2 years ago
Error in the tests so it only ran 2 out of 22 tests. This was caused by having join instead of joinpath to connect two paths, which resulted in the if statement always returning true
join
joinpath
true
Error in the tests so it only ran 2 out of 22 tests. This was caused by having
join
instead ofjoinpath
to connect two paths, which resulted in the if statement always returningtrue