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 eb02afd commit 0ac3736Copy full SHA for 0ac3736
test/test_options/test_options_ext_test.dart
@@ -57,7 +57,7 @@ void main() {
57
expect(
58
result,
59
TypeMatcher<GroupTestOptions>()
60
- .having((e) => e.description, 'desciption', '[1, 2, 3]')
+ .having((e) => e.description, 'desciption', '[ 1, 2, 3 ]')
61
.having((e) => e.retry, 'retry', 1)
62
.having((e) => e.onPlatform, 'onPlatform', {'foo': 'bar'})
63
.having((e) => e.tags, 'tags', 'taggy')
0 commit comments