chore: remove unused type in test

This commit is contained in:
Greg Johnston
2025-07-17 06:11:35 -04:00
parent f4bb87ea1e
commit 5fa31941bb

View File

@@ -1105,11 +1105,6 @@ mod tests {
assert_eq!(combined_count.load(Ordering::Relaxed), 3);
}
#[derive(Debug, Store)]
pub struct StructWithOption {
opt_field: Option<Todo>,
}
// regression test for https://github.com/leptos-rs/leptos/issues/3523
#[tokio::test]
async fn notifying_all_descendants() {