Skip to content

Commit

Permalink
Updated an example test.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenaustin committed Sep 6, 2022
1 parent 21a7043 commit 478c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api/test/material/appbar/app_bar.1_test.dart
Expand Up @@ -16,7 +16,7 @@ void main() {

expect(find.widgetWithText(AppBar, 'AppBar Demo'), findsOneWidget);
Material appbarMaterial = _getAppBarMaterial(tester);
expect(appbarMaterial.shadowColor, null);
expect(appbarMaterial.shadowColor, Colors.transparent);
expect(appbarMaterial.elevation, 0);

await tester.drag(find.text('Item 4'), _kOffset, touchSlopY: 0, warnIfMissed: false);
Expand Down

0 comments on commit 478c372

Please sign in to comment.