Update collection_providers_test.dart

This commit is contained in:
Ashita Prasad
2024-09-16 17:05:40 +05:30
parent c6c215ace1
commit c1a937497d

View File

@ -50,5 +50,5 @@ void main() async {
// Verify that the Snackbar is shown
expect(find.text('Switched to POST method'), findsOneWidget);
});
}, skip: true);
}