We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f650988 commit 8fb28adCopy full SHA for 8fb28ad
Modules/Sources/Yosemite/Stores/BookingStore.swift
@@ -129,14 +129,3 @@ extension BookingStore {
129
}
130
131
132
-
133
-// MARK: - Unit Testing Helpers
134
-//
135
-extension BookingStore {
136
137
- /// Unit Testing Helper: Updates or Inserts the specified ReadOnly Booking in a given Storage Layer.
138
- ///
139
- func upsertStoredBooking(readOnlyBooking: Networking.Booking, in storage: StorageType) {
140
- upsertStoredBookings(readOnlyBookings: [readOnlyBooking], in: storage)
141
- }
142
-}
0 commit comments