feat(RES-34): Fix plist font filename #14

Merged
t.schmitt merged 7 commits from feat/RES-34-fix-plist-font-filename into master 2025-05-05 09:53:05 +02:00
3 changed files with 0 additions and 12 deletions
Showing only changes of commit d66775730e - Show all commits

View File

@ -5,8 +5,6 @@
// Created by Loris Perret on 06/12/2023.
//
#if os(macOS)
import Foundation
import XCTest
@ -137,5 +135,3 @@ final class AnalyticsDefinitionTests: XCTestCase {
XCTAssertEqual(propertyEvent.adaptForXCTest(), expectEvent.adaptForXCTest())
}
}
#endif

View File

@ -5,8 +5,6 @@
// Created by Thibaut Schmitt on 06/09/2022.
//
#if os(macOS)
import Foundation
import XCTest
import ToolCore
@ -635,5 +633,3 @@ final class AnalyticsGeneratorTests: XCTestCase {
XCTAssertEqual(extensionContent.adaptForXCTest(), expect.adaptForXCTest())
}
}
#endif

View File

@ -5,8 +5,6 @@
// Created by Loris Perret on 06/12/2023.
//
#if os(macOS)
import Foundation
import XCTest
@ -72,5 +70,3 @@ final class AnalyticsSectionTests: XCTestCase {
XCTAssertFalse(match3)
}
}
#endif