Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update image_test.dart
  • Loading branch information
polina-c committed Aug 29, 2022
commit 6f01a1de6bc8f36272a6200d7e72fb4b24a9d00d
2 changes: 1 addition & 1 deletion testing/dart/image_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:litetest/litetest.dart';
void main() {
test('toImage succeeds', () async {
final Image image = await _createImage();
expect(image.runtimeType, equals('?'));
expect(image.runtimeType, equals('Image'));
});
}

Expand Down