Skip to content

Commit 1cc3502

Browse files
authored
Delete unnecessary, commented out lines
1 parent 8285d56 commit 1cc3502

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_web/test_module.py

-3
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@ async def test_keys_properly_propagated(display: DisplayFixture):
258258
# The children simply will not render unless they receive the key prop
259259
assert len(children) == 3
260260

261-
# for index, child in enumerate(children):
262-
# assert (await child.get_attribute("key")) == child.get_text()
263-
264261

265262
def test_module_from_string():
266263
reactpy.web.module_from_string("temp", "old")

0 commit comments

Comments
 (0)