mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Fix test, there's no error header any more
This commit is contained in:
@@ -245,7 +245,6 @@ void main() {
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
// Assert
|
||||
expect(find.textContaining('An Error Occurred'), findsOne);
|
||||
expect(find.textContaining('Detail'), findsOne);
|
||||
expect(find.textContaining('Invalid token'), findsOne);
|
||||
verify(mockClient.get(
|
||||
|
||||
Reference in New Issue
Block a user