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:
gaaclarke
2024-09-23 17:21:06 -07:00
committed by GitHub
parent beaf1fe680
commit 1ed8a0a0fd
3 changed files with 4 additions and 4 deletions

View File

@@ -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();