From ad65440092ed2e5f85d1c7cadb6f59bef0c7be75 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 4 Jan 2024 08:51:39 +0530 Subject: fix(ext/node): UdpSocket ref and unref (#21777) --- cli/tests/integration/node_unit_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/integration') 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, -- cgit v1.2.3