Skip to content

Commit

Permalink
fix file test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jul 13, 2024
1 parent db38f3c commit 71ff26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ParseSwiftTests/ParseObjectAsyncTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ class ParseObjectAsyncTests: XCTestCase { // swiftlint:disable:this type_body_le
XCTAssertEqual(savedGame.objectId, gameOnServer.objectId)
XCTAssertEqual(savedGame.createdAt, gameOnServer.createdAt)
XCTAssertEqual(savedGame.updatedAt, gameOnServer.createdAt)
XCTAssertEqual(savedGame.profilePicture, gameOnServer.profilePicture)
XCTAssertEqual(savedGame.profilePicture?.url, gameOnServer.profilePicture?.url)
}
#endif
}

0 comments on commit 71ff26d

Please sign in to comment.