0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Fix a small warning in eunit_SUITE

This commit is contained in:
Loïc Hoguin 2013-01-05 23:35:13 +01:00
parent c930327fbf
commit 6edea1c123

View file

@ -27,5 +27,5 @@
all() ->
[eunit].
eunit(Config) ->
eunit(_) ->
ok = eunit:test({application, cowboy}).