| commit | e85c148843418230f2d7b77bc466b5e87c81aa99 | [log] [tgz] |
|---|---|---|
| author | zoechi <gzoechi@gmail.com> | Fri May 08 19:13:04 2015 +0200 |
| committer | Chris Bracken <chris@bracken.jp> | Fri May 08 11:43:51 2015 -0700 |
| tree | 966c895c38ab769a4e29fd55fa55f9139e6a10e2 | |
| parent | 49740174119023499de8eeadf23425571a379807 [diff] |
Update to new test package and new matcher.
diff --git a/pkgs/clock/test/clock_test.dart b/pkgs/clock/test/clock_test.dart index 0e12357..bf6a55c 100644 --- a/pkgs/clock/test/clock_test.dart +++ b/pkgs/clock/test/clock_test.dart
@@ -14,7 +14,7 @@ library quiver.time.clock_test; -import 'package:unittest/unittest.dart'; +import 'package:test/test.dart'; import 'package:quiver/time.dart'; Clock from(int y, int m, int d) => new Clock.fixed(new DateTime(y, m, d));