Skip to content

Commit 9706027

Browse files
Remove unused helper.
1 parent 3649ba3 commit 9706027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/socket-process-exit-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as zmq from "../../src"
22

33
import {assert} from "chai"
4-
import {createProcess, uniqAddress} from "./helpers"
4+
import {createProcess} from "./helpers"
55

66
describe("socket process exit", function() {
77
/* Reported: https://github.com/nodejs/node-addon-api/issues/591 */

0 commit comments

Comments
 (0)