Commit 2b2b3ab5 authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Use a package URI in test template import. (#12723)

Use a `package:` import when referencing source under test in test template.

This is the prefered style and plays nice w/ automated refactoring.

See: https://github.com/flutter/flutter-intellij/issues/1429
parent 3365b01f
......@@ -7,7 +7,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import '../lib/main.dart';
import 'package:{{projectName}}/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment