Skip to content

Commit 505ab42

Browse files
committed
OrderStoreTests: Fixing Typo
1 parent 539f2bd commit 505ab42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yosemite/YosemiteTests/Stores/OrderStoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class OrderStoreTests: XCTestCase {
280280
}
281281

282282
/// Verifies that whenever a `retrieveOrder` action results in a response with statusCode = 404, the local entity
283-
/// is obliterated from existance.
283+
/// is obliterated from existence.
284284
///
285285
func testRetrieveSingleOrderResultingInStatusCode404CausesTheStoredOrderToGetDeleted() {
286286
let expectation = self.expectation(description: "Retrieve single order empty response")

0 commit comments

Comments
 (0)