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 d040abc commit e504343Copy full SHA for e504343
test/widgets/content_test.dart
@@ -400,7 +400,6 @@ void main() {
400
// The image indeed has an invalid URL.
401
final expectedImages = (example.expectedNodes[0] as ImagePreviewNodeList).imagePreviews;
402
check(() => Uri.parse(expectedImages.single.srcUrl)).throws<void>();
403
- check(tryResolveUrl(eg.realmUrl, expectedImages.single.srcUrl)).isNull();
404
// The MessageImagePreview has shown up,
405
// but it doesn't attempt a RealmContentNetworkImage.
406
check(tester.widgetList(find.byType(MessageImagePreview))).isNotEmpty();
0 commit comments