Skip to content

Commit

Permalink
Update Tests/XcodeProjTests/Extensions/AEXML+XcodeFormatTests.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Formichelli <[email protected]>
  • Loading branch information
maxwellE and danieleformichelli committed Jun 11, 2022
1 parent e980304 commit 49d4820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ class AEXML_XcodeFormatTests: XCTestCase {
let child = document.addChild(name: childName)
child.attributes = attributes
let result = document.xmlXcodeFormat
XCTAssertEqual(expectedXML, result.cleaned, line: line)
XCTAssertEqual(result.cleaned, expectedXML, line: line)
}
}

0 comments on commit 49d4820

Please sign in to comment.