Skip to content

Commit 8029018

Browse files
committed
Add missing method implementation
1 parent 0a42465 commit 8029018

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/Tests/YosemiteTests/Mocks/MockBookingsRemote.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ final class MockBookingsRemote: BookingsRemoteProtocol {
4646
}
4747
return try result.get()
4848
}
49+
50+
func updateBooking(from siteID: Int64, bookingID: Int64, attendanceStatus: Networking.BookingAttendanceStatus) async throws -> Networking.Booking? {
51+
return nil
52+
}
4953
}

0 commit comments

Comments
 (0)