Skip to content

Commit 43378af

Browse files
committed
break a test
1 parent 9e8be79 commit 43378af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FoundationEssentialsTests/DataTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ class DataTests : XCTestCase {
16401640
#if $InoutLifetimeDependence && $LifetimeDependenceMutableAccessors
16411641
var source = Data()
16421642
var span = source.span
1643-
XCTAssertTrue(span.isEmpty)
1643+
XCTAssertFalse(span.isEmpty)
16441644

16451645
source.append(contentsOf: [1, 2, 3])
16461646
span = source.span

0 commit comments

Comments
 (0)