We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8094b7 commit 9a792b4Copy full SHA for 9a792b4
pkgs/shelf/test/message_change_test.dart
@@ -47,11 +47,10 @@ void main() {
47
/// the behavior of `change` with different `headers` and `context` values.
48
void _testChange(
49
Message Function({
50
- dynamic body,
51
- Map<String, String> headers,
52
- Map<String, Object> context,
53
-})
54
- factory) {
+ dynamic body,
+ Map<String, String> headers,
+ Map<String, Object> context,
+ }) factory) {
55
group('body', () {
56
test('with String', () async {
57
var request = factory(body: 'Hello, world');
0 commit comments