Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Dec 13, 2024
1 parent cbddda0 commit d745b11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reactive_graph/tests/memo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,9 @@ fn unsync_derived_signal_and_memo() {
fn memo_updates_even_if_not_read_until_later() {
#![allow(clippy::bool_assert_comparison)]

let owner = Owner::new();
owner.set();

// regression test for https://github.com/leptos-rs/leptos/issues/3339

let input = RwSignal::new(0);
Expand Down

0 comments on commit d745b11

Please sign in to comment.