diff --git a/test/src/components/avatar/avatar_test.dart b/test/src/components/avatar/avatar_test.dart index 528d5aca..25459f90 100644 --- a/test/src/components/avatar/avatar_test.dart +++ b/test/src/components/avatar/avatar_test.dart @@ -17,7 +17,7 @@ void main() { }); group('Accessibility Tests', () { - testWidgets('ZetaAvatar meets accessibility requirements', (WidgetTester tester) async { + testWidgets('ZetaAvatar meets accessibility requirements', (WidgetTester tester) async { final SemanticsHandle handle = tester.ensureSemantics(); await tester.pumpWidget( const TestApp( @@ -52,9 +52,9 @@ void main() { 'lowerBadge': 'null', 'backgroundColor': 'null', 'statusColor': 'null', - 'semanticUpperBadgeValue': '"upperBadge"', - 'semanticValue': '"avatar"', - 'semanticLowerBadgeValue': '"lowerBadge"', + 'semanticUpperBadgeValue': 'null', + 'semanticValue': 'null', + 'semanticLowerBadgeValue': 'null', 'initialTextStyle': 'null', }; debugFillPropertiesTest(