Skip to content

Commit 2bd8589

Browse files
Fix test.
See first two paragraphs of #4030 (comment).
1 parent a3984c3 commit 2bd8589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_reactive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ def __init__(self) -> None:
615615

616616
def on_mount(self) -> None:
617617
self.watch(self.holder, "attr", self.callback)
618+
self.watch(self.holder, "attr", self.callback)
618619

619620
def callback(self) -> None:
620621
nonlocal counter

0 commit comments

Comments
 (0)