Skip to content

Commit

Permalink
fix: Reference to jsx identifier in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed May 16, 2024
1 parent f9bb0c4 commit 2fc9676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/base/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,8 @@ where
"./test_cases/main",
None,
None,
None,
None
ServerFlags {
request_read_timeout_ms: Some(request_read_timeout_ms),
..Default::default()
Expand Down Expand Up @@ -1896,6 +1898,7 @@ async fn test_request_idle_timeout_websocket_deno(maybe_tls: Option<Tls>, use_no
None,
None,
request_builder,

maybe_tls,
(|resp| async {
let res = resp.unwrap();
Expand Down

0 comments on commit 2fc9676

Please sign in to comment.