Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit adc953d

Browse files
committed
chore(tests): Track the update to unittest version 0.6.13
1 parent 48d5d62 commit adc953d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/_specs.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class NotExpect {
9191
unit.predicate((actual) => !identical(expected, actual), '$expected'));
9292
}
9393

94-
class ExceptionContains extends unit.BaseMatcher {
94+
class ExceptionContains extends unit.Matcher {
9595

9696
final _expected;
9797

test/selector_spec.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ main() {
133133
}
134134

135135

136-
class DirectiveInfosMatcher extends BaseMatcher {
136+
class DirectiveInfosMatcher extends Matcher {
137137
List<Map> expected;
138138

139139
DirectiveInfosMatcher(this.expected);

0 commit comments

Comments
 (0)