Skip to content

Commit f77015c

Browse files
committed
server tests: run udp tests with udp
1 parent 8ef041f commit f77015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ test('http server', function (t) {
114114
})
115115

116116
test('udp server', function (t) {
117-
serverTest(t, 'http')
117+
serverTest(t, 'udp')
118118
})

0 commit comments

Comments
 (0)