server tests: run udp tests with udp

This commit is contained in:
Astro 2014-12-04 17:38:03 +01:00
parent 8ef041f4f8
commit f77015c046

View File

@ -114,5 +114,5 @@ test('http server', function (t) {
}) })
test('udp server', function (t) { test('udp server', function (t) {
serverTest(t, 'http') serverTest(t, 'udp')
}) })