File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Tests/XcodeProjTests/Objects/Project Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ final class PBXProjectTests: XCTestCase {
5050
5151 project. setTargetAttributes ( [ " custom " : " abc " , " TestTargetID " : . targetReference( testTarget) ] , target: target)
5252
53- //When writing the project we need to account for any mutation of the object that may have occurred after being added to the project.
53+ // When writing the project we need to account for any mutation of the object that may have occurred after being added to the project.
5454 testTarget. reference. fix ( " test " )
55-
55+
5656 let plist = try project. plistKeyAndValue ( proj: PBXProj ( ) , reference: " " )
5757 let attributes = plist. value. dictionary ? [ " attributes " ] ? . dictionary ?? [ : ]
5858
@@ -65,8 +65,7 @@ final class PBXProjectTests: XCTestCase {
6565 ]
6666 XCTAssertEqual ( attributes, expectedAttributes)
6767 }
68-
69-
68+
7069 func test_plistKeyAndValue_doesntReturnTargetAttributes_when_itsEmpty( ) throws {
7170 // Given
7271 let target = PBXTarget ( name: " " )
You can’t perform that action at this time.
0 commit comments