Skip to content

Commit

Permalink
Clean up after egeoip:non_parallel_test/0.
Browse files Browse the repository at this point in the history
  • Loading branch information
faal committed Dec 16, 2010
1 parent c734644 commit 84742ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/egeoip.erl
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ non_parallel_test() ->
%% Should upgrade when calling lookup
{ok, _R} = egeoip:lookup("24.24.24.24"),
?assert(undefined == whereis(egeoip)),
[?assertNot(undefined == whereis(W)) || W <- Workers].
[?assertNot(undefined == whereis(W)) || W <- Workers],
ok = stop().

-endif.

0 comments on commit 84742ad

Please sign in to comment.