remove old test

This commit is contained in:
Nick Fisher
2023-04-26 17:50:06 +08:00
parent 19f7e778ba
commit c0a7cea1d1

View File

@@ -1,10 +0,0 @@
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
const MethodChannel channel = MethodChannel('polyvox_filament');
TestWidgetsFlutterBinding.ensureInitialized();
test('getPlatformVersion', () async {});
}