Skip to content

Commit df67fe6

Browse files
committed
chore: fix analysis issues
1 parent bfba874 commit df67fe6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

slack_cli/test/src/commands/post_command_test.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ void main() {
7474

7575
final image = parseImageText(testString);
7676
expect(image.altText, 'this is image');
77-
expect(image.url,
78-
'https://assets3.thrillist.com/v1/image/1682388/size/tl-horizontal_main.jpg');
77+
expect(
78+
image.url,
79+
'https://assets3.thrillist.com/v1/image/1682388/size/tl-horizontal_main.jpg',
80+
);
7981
});
8082
});
8183

0 commit comments

Comments
 (0)