mirror of
https://github.com/flutter/samples.git
synced 2025-11-14 11:28:36 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -18,9 +18,7 @@ void main() {
|
||||
|
||||
setUp(() {
|
||||
fakeApiClient = FakeApiClient();
|
||||
bookingRepository = BookingRepositoryRemote(
|
||||
apiClient: fakeApiClient,
|
||||
);
|
||||
bookingRepository = BookingRepositoryRemote(apiClient: fakeApiClient);
|
||||
});
|
||||
|
||||
test('should get booking', () async {
|
||||
|
||||
Reference in New Issue
Block a user