1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-12 00:26:23 +01:00
lemmur-app-android/test/blank_test.dart
2020-08-31 23:21:12 +02:00

8 lines
117 B
Dart

import 'package:flutter_test/flutter_test.dart';
void main() {
test('blank', () {
expect(true, true);
});
}