mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove comment [skip ci]
This commit is contained in:
@@ -218,7 +218,6 @@ async def test_validate_init_true_set_before_dom_ready():
|
||||
assert validator_call_count == 1
|
||||
|
||||
|
||||
# @pytest.mark.xfail(reason="Compute methods not called when init=True [issue#1227]")
|
||||
async def test_reactive_compute_first_time_set():
|
||||
class ReactiveComputeFirstTimeSet(App):
|
||||
number = reactive(1)
|
||||
|
||||
Reference in New Issue
Block a user