Skip to content

Commit 7ce37a2

Browse files
feat: add unit tests
2 parents 3c783ae + bfbab1d commit 7ce37a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/webdriver/flutter_integration/flutter_actions_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_scroll_till_visible(self):
8787
assert arguments == expected_arguments
8888

8989
@httpretty.activate
90-
def test_scroll_till_visible_with_params(self):
90+
def test_scroll_till_visible_with_kwargs(self):
9191
driver = flutter_w3c_driver()
9292
flutter = FlutterCommand(driver)
9393

0 commit comments

Comments
 (0)