mirror of
https://github.com/Iconica-Development/flutter_media_picker.git
synced 2025-05-18 16:33:45 +02:00
8 lines
134 B
Dart
8 lines
134 B
Dart
import "package:flutter_test/flutter_test.dart";
|
|
|
|
void main() {
|
|
test("adds one to input values", () {
|
|
expect(1 + 1, 2);
|
|
});
|
|
}
|