| Index: pkg/barback/test/package_graph/errors_test.dart
|
| diff --git a/pkg/barback/test/asset_graph/errors_test.dart b/pkg/barback/test/package_graph/errors_test.dart
|
| similarity index 97%
|
| rename from pkg/barback/test/asset_graph/errors_test.dart
|
| rename to pkg/barback/test/package_graph/errors_test.dart
|
| index d60335c48c3cb2a7bfb09315d63a51a92e10023e..06530226a587b9c3261411b577fd90c5252833d2 100644
|
| --- a/pkg/barback/test/asset_graph/errors_test.dart
|
| +++ b/pkg/barback/test/package_graph/errors_test.dart
|
| @@ -2,12 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library barback.test.asset_graph.source_test;
|
| +library barback.test.package_graph.source_test;
|
|
|
| import 'dart:async';
|
|
|
| import 'package:barback/barback.dart';
|
| -import 'package:barback/src/asset_graph.dart';
|
| import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import '../utils.dart';
|
|
|