Update changelog

This commit is contained in:
Christian Pauly 2020-02-04 14:44:33 +01:00
commit 0116031812
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,6 @@ import 'package:fluffychat/main.dart';
void main() {
testWidgets('Test if the app starts', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(App());
//await tester.pumpWidget(App());
});
}