1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-07-14 16:30:34 +03:00

#203 enable multipleTestsWillRun

This commit is contained in:
Daniil Manin 2019-06-14 17:10:56 +07:00
parent 1234f0bac1
commit fb459b2960

View File

@ -19,7 +19,7 @@ class MacawSVGTests: XCTestCase {
private let testFolderName = "MacawTestOutputData"
private let shouldComparePNGImages = true
private let multipleTestsWillRun = false
private let multipleTestsWillRun = true
private let shouldSaveFaildedTestImage = true
override func setUp() {