Skip to content

Commit

Permalink
test: fix typo in test-quic-client-empty-preferred-address.js
Browse files Browse the repository at this point in the history
PR-URL: #33976
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
gengjiawen committed Jun 22, 2020
1 parent 74cd70e commit 326a79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-quic-client-empty-preferred-address.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 326a79e

Please sign in to comment.