Skip to content

Commit bc5c2e1

Browse files
committed
don’t test for screenshot integration
1 parent 72556e0 commit bc5c2e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flutter/example/integration_test/web_sdk_test.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ void main() {
141141
);
142142
});
143143
});
144-
145-
expect(
146-
confOptions?.sdk.integrations.contains("screenshotIntegration"),
147-
isTrue,
148-
);
149144
expect(
150145
confOptions?.sdk.integrations.contains("widgetsBindingIntegration"),
151146
isTrue,

0 commit comments

Comments
 (0)