furman_now/test/service_tests/get_app/barcode_test.dart

7 lines
107 B
Dart
Raw Normal View History

2022-08-31 22:19:20 -04:00
import "package:test/test.dart";
void main() {
test("Ensure generated barcode is correct", () {
});
}