Skip to content

Commit 1236942

Browse files
committed
fix test, not sure why it broke
1 parent 684edce commit 1236942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ def SomeComponent():
181181

182182
poll_value.until_equals("1")
183183

184-
await input_1.type("2")
184+
await input_2.type("2")
185185

186186
poll_value.until_equals("2")

0 commit comments

Comments
 (0)