Skip to content

Commit ef03f61

Browse files
committed
✏️ Fix typo
1 parent 0eaec40 commit ef03f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ parameterizedTest('Example of CSV data',
257257
```
258258

259259
### Testing with `Future.error` values
260-
When using `Future.error` directly in your parameterized test values, this might leads to not executing tests at all. In order to handle this correctly your can provide the `Future` as a callback function.
260+
When using `Future.error` directly in your parameterized test values, this might lead to not executing tests at all. In order to handle this correctly your can provide the `Future` as a callback function.
261261
But also need to make sure that the when the future is awaited its also catch. `Future.error` will throw the provided object. See [23](https://github.com/DutchCodingCompany/parameterized_test/issues/23) for more information.
262262

263263
## Additional information 💡

0 commit comments

Comments
 (0)