浏览代码

remove test ref

Caijinglong 6 年前
父节点
当前提交
4264b283d8
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      example/test/widget_test.dart
  2. 2
    2
      test/photo_test.dart

+ 1
- 1
example/test/widget_test.dart 查看文件

@@ -7,7 +7,7 @@
7 7
 import 'package:flutter/material.dart';
8 8
 import 'package:flutter_test/flutter_test.dart';
9 9
 
10
-import 'package:example/main.dart';
10
+import '../lib/main.dart';
11 11
 
12 12
 void main() {
13 13
   testWidgets('Counter increments smoke test', (WidgetTester tester) async {

+ 2
- 2
test/photo_test.dart 查看文件

@@ -1,5 +1,5 @@
1
-import 'package:test/test.dart';
1
+//import 'package:test/test.dart';
2 2
 
3 3
 void main() {
4
-  test('adds one to input values', () {});
4
+//  test('adds one to input values', () {});
5 5
 }