This commit is contained in:
alex
2020-05-04 10:58:19 +01:00
parent 0f2ab52606
commit 94ee74840a
13 changed files with 291 additions and 81 deletions

View File

@@ -16,6 +16,6 @@ void main() {
});
test('getPlatformVersion', () async {
expect(await Ux.platformVersion, '42');
expect(await UX.platformVersion, '42');
});
}