Skip to content

Commit 83b1aed

Browse files
committed
update
1 parent 5c7801b commit 83b1aed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_controller_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ void main() {
863863
final WKUserScript userScript =
864864
verify(mockUserContentController.addUserScript(captureAny))
865865
.captured
866-
.toList()
867866
.first as WKUserScript;
868867
expect(userScript.source, 'window.name = webkit.messageHandlers.name;');
869868
expect(
@@ -1009,7 +1008,6 @@ void main() {
10091008
final WKUserScript userScript =
10101009
verify(mockUserContentController.addUserScript(captureAny))
10111010
.captured
1012-
.toList()
10131011
.first as WKUserScript;
10141012
expect(userScript.source, 'window.name2 = webkit.messageHandlers.name2;');
10151013
expect(

0 commit comments

Comments
 (0)