user_location_plugin icon indicating copy to clipboard operation
user_location_plugin copied to clipboard

Unit tests fail - Undefined name 'UserLocation'

Open xni06 opened this issue 5 years ago • 0 comments

Unit test does not compile for build 86347ea2ca8f1c4dc058c93041df84e8c30f55ba

test/user_location_test.dart

  test('getPlatformVersion', () async {
    expect(await UserLocation.platformVersion, '42');
  });

xni06 avatar Mar 08 '20 19:03 xni06