Fix equatable properties for arrays

This commit is contained in:
2024-04-12 16:45:09 +02:00
parent 6c3f3a8982
commit ba07005b13
2 changed files with 8 additions and 4 deletions

View File

@ -448,9 +448,6 @@ final class StringsFileGeneratorTests: XCTestCase {
// "version" : "1.0"
// }
// """
debugPrint(rootObject)
debugPrint(expect)
XCTAssertEqual(rootObject, expect)
}