| Index: test/watcher_test.dart
|
| diff --git a/test/watcher_test.dart b/test/watcher_test.dart
|
| index 482ff89f9cf4c573a44d244d87459322c7ea6310..1ecc4c679fc46afca534226ab09824aba1a7eda0 100644
|
| --- a/test/watcher_test.dart
|
| +++ b/test/watcher_test.dart
|
| @@ -6,10 +6,10 @@
|
| library watcher_test;
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:web_components/watcher.dart';
|
| +import 'package:web_ui/watcher.dart';
|
|
|
| main() {
|
| - group('core', () {
|
| + group('core', () {
|
| test('simple watcher ', () {
|
| int x = 0;
|
| int valueSeen = null;
|
|
|