Skip to content

Commit

Permalink
simplified the tr_server eunit test to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
richcarl committed Aug 26, 2010
1 parent c473963 commit f13b07f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chapter_03/tr_server.erl
Expand Up @@ -130,6 +130,5 @@ args_to_terms(RawArgs) ->

%% test

startstop_test() ->
{ok, _} = tr_server:start_link(1055),
ok = tr_server:stop().
start_test() ->
{ok, _} = tr_server:start_link(1055).

0 comments on commit f13b07f

Please sign in to comment.