Skip to content

Commit 8fb28ad

Browse files
committed
Remove unused helper
1 parent f650988 commit 8fb28ad

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Modules/Sources/Yosemite/Stores/BookingStore.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,3 @@ extension BookingStore {
129129
}
130130
}
131131
}
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

Comments
 (0)