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:
gengjiawen
2020-06-20 00:58:23 +08:00
parent 74cd70e568
commit 326a79ebb9

View File

@@ -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)