Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 19, 2024
1 parent b1aaa0a commit 688e0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end2end/tests/context_outside_reactive_ownership_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use leptos::*;
use leptos_fluent::{expect_i18n, leptos_fluent};
use leptos_fluent_csr_minimal_example::TRANSLATIONS;
use tests_helpers::{input_by_id, mount, sleep, unmount};
use tests_helpers::{input_by_id, mount, unmount};
use wasm_bindgen_test::*;

wasm_bindgen_test_configure!(run_in_browser);
Expand Down

0 comments on commit 688e0d6

Please sign in to comment.