Skip to content

Commit a549af7

Browse files
committed
fix test_computed_var assertion
1 parent 2a5e7e4 commit a549af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_computed_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def increment(self):
7474
def mark_dirty(self):
7575
self._mark_dirty()
7676

77-
assert State.backend_vars == {}
77+
assert State.backend_vars == {"_reflex_internal_links": {}}
7878

7979
def index() -> rx.Component:
8080
return rx.center(

0 commit comments

Comments
 (0)