Skip to content

Commit

Permalink
Fix a DBP compilation warning that keeps appearing on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 15, 2023
1 parent f8a100e commit 37a3da4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,12 @@ final class DataBrokerProtectionProfileTests: XCTestCase {
birthYear: 1980
)

await database.save(newProfile)
_ = await database.save(newProfile)

XCTAssertTrue(vault.wasSaveProfileQueryCalled)
XCTAssertFalse(vault.wasUpdateProfileQueryCalled)
XCTAssertTrue(vault.wasDeleteProfileQueryCalled)
}

}

extension ProfileQuery: Comparable {
Expand Down

0 comments on commit 37a3da4

Please sign in to comment.