From 3bf5b46786136a004b4085098c9b46cd47295774 Mon Sep 17 00:00:00 2001 From: Egobrain Date: Thu, 18 Apr 2013 18:14:40 +0400 Subject: Removed asserts from unit tests --- src/cowboy_clock.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cowboy_clock.erl') diff --git a/src/cowboy_clock.erl b/src/cowboy_clock.erl index 71bcb21..f21616c 100644 --- a/src/cowboy_clock.erl +++ b/src/cowboy_clock.erl @@ -45,10 +45,6 @@ -define(SERVER, ?MODULE). -define(TABLE, ?MODULE). --ifdef(TEST). --include_lib("eunit/include/eunit.hrl"). --endif. - %% API. %% @private -- cgit v1.2.3