ovatu / zettle_flutter

A Flutter wrapper to use the Zettle SDK. With this plugin, your app can easily and accept card payments on Android and iOS using Zettle account / readers.
MIT License
2 stars 9 forks source link

issue in the testing file Form the Package #3

Open mahmoudalaa97 opened 2 years ago

mahmoudalaa97 commented 2 years ago

The getPlatformVerrsion testing it's old so you removed the platform version from the Zettle Class but not removed from the testing code

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

61e0cb11de44424853fe673e204eb8491b6722a5 you was deleted on this commit