Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Sep 24, 2023
1 parent 6ed8ab4 commit 4f49f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ParseSwiftTests/ParseOperationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class ParseOperationTests: XCTestCase {
XCTAssertEqual(savedUpdatedAt, originalUpdatedAt)
XCTAssertEqual(saved.ACL, scoreOnServer.ACL)
XCTAssertEqual(saved.points, originalPoints-1)
let isSavedAfter = try await saved.isSaved()
let isSavedAfter = try await operations.isSaved()
XCTAssertTrue(isSavedAfter)
} catch {
XCTFail(error.localizedDescription)
Expand Down

0 comments on commit 4f49f11

Please sign in to comment.