Skip to content

Commit a43c383

Browse files
authored
Fixed import statement
1 parent 448feef commit a43c383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widget_test.dart

+1-1
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:Simulate/main.dart';
11+
import 'package:simulate/main.dart';
1212

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

0 commit comments

Comments
 (0)