Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Specify language in neverCalled docs for nicer formatting in docs #230

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.12.17-wip

## 0.12.16

* Expand bounds on `test_api` dependency to allow the next breaking release
Expand Down
2 changes: 1 addition & 1 deletion lib/src/expect/never_called.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import 'util/pretty_print.dart';
/// This can safely be passed in place of any callback that takes ten or fewer
/// positional parameters. For example:
///
/// ```
/// ```dart
/// // Asserts that the stream never emits an event.
/// stream.listen(neverCalled);
/// ```
Expand Down
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.16
version: 0.12.17-wip
description: >-
Support for specifying test expectations via an extensible Matcher class.
Also includes a number of built-in Matcher implementations for common cases.
Expand Down