Skip to content

Commit

Permalink
Update tests/testreactive.py
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Høxbro Hansen <[email protected]>
  • Loading branch information
MarcSkovMadsen and hoxbro authored Nov 13, 2024
1 parent 65ae984 commit 6a7be70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testreactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,5 +770,6 @@ def test_reactive_callback_resolve_accessor():
assert out is df["name"].str

def test_docstrings_in_sync():
# The docstring needs to be explicitly written to work with LSP.
assert dedent(reactive_ops.__doc__) == dedent(Parameter.rx.__doc__)
assert dedent(reactive_ops.__doc__) == dedent(rx.rx.__doc__)

0 comments on commit 6a7be70

Please sign in to comment.