remove boilerplate

This commit is contained in:
Prerak Mann
2019-05-10 13:03:41 +05:30
parent 7f1c9c9e8c
commit 59cb4ba91d
7 changed files with 38 additions and 59 deletions

View File

@@ -14,8 +14,4 @@ void main() {
tearDown(() {
channel.setMockMethodCallHandler(null);
});
test('getPlatformVersion', () async {
expect(await NearbyConnections.platformVersion, '42');
});
}