Skip to content

Commit 1b3efab

Browse files
committed
format blur_hash_widget_test
1 parent 82ee146 commit 1b3efab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/blur_hash_widget_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:flutter_blurhash/flutter_blurhash.dart';
55
void main() {
66
testWidgets('BlurHash widget basic smoke test', (WidgetTester tester) async {
77
const String testHash = 'LGF5]+Yk^6#M@-5c,1J5@[or[Q6.';
8-
8+
99
// Build a simple widget with just the BlurHash
1010
await tester.pumpWidget(
1111
MaterialApp(
@@ -25,10 +25,10 @@ void main() {
2525

2626
// Verify the BlurHash widget exists
2727
expect(find.byType(BlurHash), findsOneWidget);
28-
28+
2929
// Check the BlurHash properties
3030
final BlurHash blurHash = tester.widget(find.byType(BlurHash));
3131
expect(blurHash.hash, equals(testHash));
3232
expect(blurHash.image, isNull);
3333
});
34-
}
34+
}

0 commit comments

Comments
 (0)