Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Breddels <maartenbreddels@gmail.com>
  • Loading branch information
iisakkirotko and maartenbreddels committed Apr 26, 2024
1 parent 39f36e9 commit 6d9fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reacton/core_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3188,7 +3188,7 @@ def Test():
rc.close()


def test_key_mutate_and_reuse(Container):
def test_key_mutate_protection(Container):
button = ButtonComponentFunction(description="Hi")
set_state = lambda value: None # noqa

Expand Down

0 comments on commit 6d9fcbd

Please sign in to comment.