flutter_media_picker/example/test/widget_test.dart

8 lines
134 B
Dart
Raw Normal View History

2024-09-02 11:29:04 +02:00
import "package:flutter_test/flutter_test.dart";
2022-10-25 14:20:18 +02:00
void main() {
2024-09-02 11:29:04 +02:00
test("adds one to input values", () {
expect(1 + 1, 2);
2022-10-25 14:20:18 +02:00
});
}