We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8be79 commit 43378afCopy full SHA for 43378af
1 file changed
Tests/FoundationEssentialsTests/DataTests.swift
@@ -1640,7 +1640,7 @@ class DataTests : XCTestCase {
1640
#if $InoutLifetimeDependence && $LifetimeDependenceMutableAccessors
1641
var source = Data()
1642
var span = source.span
1643
- XCTAssertTrue(span.isEmpty)
+ XCTAssertFalse(span.isEmpty)
1644
1645
source.append(contentsOf: [1, 2, 3])
1646
span = source.span
0 commit comments