Skip to content

Commit

Permalink
Revert "Add isAssertionError (#118)" (#119)
Browse files Browse the repository at this point in the history
This reverts commit 98aa436.

Rolling this will require coordination with flutter.
  • Loading branch information
natebosch authored Oct 24, 2019
1 parent 98aa436 commit 17a430f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 0.12.7

- Add `isAssertionError` matcher.

## 0.12.6

- Update minimum Dart SDK to `2.2.0`.
Expand Down
3 changes: 0 additions & 3 deletions lib/src/error_matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ const isUnimplementedError = TypeMatcher<UnimplementedError>();

/// A matcher for [UnsupportedError].
const isUnsupportedError = TypeMatcher<UnsupportedError>();

/// A matcher for [AssertionError].
const isAssertionError = TypeMatcher<AssertionError>();
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matcher
version: 0.12.7
version: 0.12.6

description: >-
Support for specifying test expectations via an extensible Matcher class.
Expand Down

0 comments on commit 17a430f

Please sign in to comment.