We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f406f74 + c725650 commit 90acdc7Copy full SHA for 90acdc7
TestFoundation/TestNSData.swift
@@ -4180,12 +4180,12 @@ extension TestNSData {
4180
// Mutate the second data
4181
bytes.pointee = 0
4182
XCTAssertEqual(bytes.pointee, 0, "First byte should be 0")
4183
- XCTAssertEqual(allOnesCopyToMutate[0], 0, "First byte accessed via other method should still be 0")
4184
4185
- // Verify that the first data is still 1
4186
- XCTAssertEqual(allOnesData[0], 1, "The first byte should still be 1")
4187
}
4188
-
+ XCTAssertEqual(allOnesCopyToMutate[0], 0, "First byte accessed via other method should still be 0")
+
+ // Verify that the first data is still 1
+ XCTAssertEqual(allOnesData[0], 1, "The first byte should still be 1")
4189
4190
4191
func testBridgingCustom() {
0 commit comments