mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix typo in test-quic-client-empty-preferred-address.js
PR-URL: https://github.com/nodejs/node/pull/33976 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// This test ensures that when we don't define `preferredAddress`
|
||||
// on the server while the `preferredAddressPolicy` on the client
|
||||
// is `accpet`, it works as expected.
|
||||
// is `accept`, it works as expected.
|
||||
|
||||
const common = require('../common');
|
||||
if (!common.hasQuic)
|
||||
|
||||
Reference in New Issue
Block a user