Skip to content

Commit 84fdee6

Browse files
committed
proparly import the example into its "unit tests"
1 parent f105cb1 commit 84fdee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/test/widget_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
1010

11-
import 'package:fresh_example/main.dart';
11+
import '../lib/main.dart';
1212

1313
void main() {
1414
testWidgets('Counter increments smoke test', (WidgetTester tester) async {

0 commit comments

Comments
 (0)