added blank test

This commit is contained in:
shilangyu 2020-08-31 23:21:12 +02:00
parent 377f0b7c4e
commit 532f08d8ff
1 changed files with 7 additions and 0 deletions

7
test/blank_test.dart Normal file
View File

@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
test('blank', () {
expect(true, true);
});
}