Unverified Commit 85d4b280 authored by nt4f04uNd's avatar nt4f04uNd Committed by GitHub

Correct the MediaQuery test name (#98984)

parent d24ea60f
......@@ -915,7 +915,7 @@ void main() {
expect(subScreenMediaQuery.displayFeatures, <DisplayFeature>[cutoutDisplayFeature]);
});
testWidgets('MediaQuery.enableDeviceGestureSettings allows disabling gesture settings', (WidgetTester tester) async {
testWidgets('MediaQueryData.gestureSettings is set from window.viewConfiguration', (WidgetTester tester) async {
tester.binding.window.viewConfigurationTestValue = const ViewConfiguration(
gestureSettings: GestureSettings(physicalDoubleTapSlop: 100, physicalTouchSlop: 100),
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment