dfdserge branch 'flutter-app' of https://github.com/simplex-chat/simplex-chat into flutter-app

This commit is contained in:
Muhammad Hamza 2021-10-19 10:20:20 +05:00
commit 6b49e1d5e4

View File

@ -26,5 +26,5 @@ void main() {
// Verify that our counter has incremented.
expect(find.text('0'), findsNothing);
expect(find.text('1'), findsOneWidget);
});
}, skip: true);
}