Skip to content

Commit 0ac3736

Browse files
committed
✅ Updated another test
1 parent eb02afd commit 0ac3736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_options/test_options_ext_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void main() {
5757
expect(
5858
result,
5959
TypeMatcher<GroupTestOptions>()
60-
.having((e) => e.description, 'desciption', '[1, 2, 3]')
60+
.having((e) => e.description, 'desciption', '[ 1, 2, 3 ]')
6161
.having((e) => e.retry, 'retry', 1)
6262
.having((e) => e.onPlatform, 'onPlatform', {'foo': 'bar'})
6363
.having((e) => e.tags, 'tags', 'taggy')

0 commit comments

Comments
 (0)