Skip to content
Snippets Groups Projects
Commit 75bda613 authored by Patrice Chalin's avatar Patrice Chalin
Browse files

Fix link to `throwsA()`

(Was a copy-paste error.)
parent f8f698f0
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ The [`throwsA()`][throwsA] matcher and the various `throwsExceptionType` ...@@ -249,7 +249,7 @@ The [`throwsA()`][throwsA] matcher and the various `throwsExceptionType`
matchers work with both synchronous callbacks and asynchronous `Future`s. They matchers work with both synchronous callbacks and asynchronous `Future`s. They
ensure that a particular type of exception is thrown: ensure that a particular type of exception is thrown:
[completion]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_throwsA [throwsA]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_throwsA
```dart ```dart
import "dart:async"; import "dart:async";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment