Skip to content

Commit

Permalink
Merge branch 'main' into matheus23/async-read-write
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 authored Jan 28, 2025
2 parents ccdb971 + 69c00eb commit 9c7546d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quinn-proto/src/tests/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
use super::*;

#[cfg(all(target_family = "wasm", target_os = "unknown"))]
use wasm_bindgen_test::wasm_bindgen_test as test;

#[test]
fn stateless_retry() {
let _guard = subscribe();
Expand Down

0 comments on commit 9c7546d

Please sign in to comment.