Skip to content

Commit

Permalink
Update test/parallel/test-dgram-abort-closed.js
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
vramana and cjihrig committed Feb 23, 2023
1 parent ba3fa6c commit f15d981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-dgram-abort-closed.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

require('../common');
const dgram = require('dgram');

const controller = new AbortController();
Expand Down

0 comments on commit f15d981

Please sign in to comment.