We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba874 commit df67fe6Copy full SHA for df67fe6
1 file changed
slack_cli/test/src/commands/post_command_test.dart
@@ -74,8 +74,10 @@ void main() {
74
75
final image = parseImageText(testString);
76
expect(image.altText, 'this is image');
77
- expect(image.url,
78
- 'https://assets3.thrillist.com/v1/image/1682388/size/tl-horizontal_main.jpg');
+ expect(
+ image.url,
79
+ 'https://assets3.thrillist.com/v1/image/1682388/size/tl-horizontal_main.jpg',
80
+ );
81
});
82
83
0 commit comments