furman_now/test/service_tests/get_app/barcode_test.dart
2022-08-31 22:19:20 -04:00

7 lines
107 B
Dart

import "package:test/test.dart";
void main() {
test("Ensure generated barcode is correct", () {
});
}