Skip to content

Commit 3b4ba63

Browse files
committed
Update test expectation
1 parent babe25c commit 3b4ba63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Tests/NetworkingTests/Mapper/JetpackConnectionDataMapperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class JetpackConnectionDataMapperTests: XCTestCase {
3636

3737
// Then
3838
XCTAssertNil(data.isRegistered)
39-
XCTAssertNil(data.connectionOwner)
39+
XCTAssertEqual(data.connectionOwner, "demo")
4040
XCTAssertNil(data.blogID)
4141

4242
XCTAssertFalse(user.isPrimary)

0 commit comments

Comments
 (0)