Raj Phull
Results
3
comments of
Raj Phull
This is a major pain point for automating domain creation.
any idea what's wrong with this code? I'm trying to mock fail on update ```flutter test('should return [DataFetchException] when call is unsuccessful', () async { var docRef = mockFirestoreClient.collection('users').doc(); await...
@atn832 Thanks for catching that!