diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-01-04 08:51:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 08:51:39 +0530 |
commit | ad65440092ed2e5f85d1c7cadb6f59bef0c7be75 (patch) | |
tree | f31acce3ce9246315859b1e4ad777157260011c3 /cli/tests/integration/node_unit_tests.rs | |
parent | a0b687235907ce91358677353c00f575548313b4 (diff) |
fix(ext/node): UdpSocket ref and unref (#21777)
Diffstat (limited to 'cli/tests/integration/node_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/node_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index 5e53a63c5..1508ad9ac 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -58,6 +58,7 @@ util::unit_test_factory!( crypto_key_test = crypto / crypto_key_test, crypto_sign_test = crypto / crypto_sign_test, events_test, + dgram_test, fs_test, http_test, http2_test, |