Redo flutter engine flutter autoroll bd3d1990 485b 419c 8c55 b27e3eeb15ed 1727117767 (#155579)
fixes https://github.com/flutter/flutter/issues/155578 A manual roll for https://github.com/flutter/flutter/pull/155560
This commit is contained in:
@@ -55,7 +55,7 @@ void main() {
|
||||
await tester.pump(const Duration(milliseconds: 500));
|
||||
|
||||
// The Scaffold background color is updated.
|
||||
expect(getScaffoldMaterial().color, const Color(0xff333731));
|
||||
expect(getScaffoldMaterial().color, isSameColorAs(const Color(0xff333731)));
|
||||
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user