Skip to content

Commit

Permalink
test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
joewilliams committed Apr 1, 2011
1 parent 4936631 commit 8d3a3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/folsom_events_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ events_populate() ->
% create a event handler
create_event(a, ?DEFAULT_SIZE, ["a", "taco"]),
% populate handler 'a' with values
AList = populate_event(a, 10),
populate_event(a, 10),

% create a event handler
create_event(b, ?DEFAULT_SIZE, ["b", "taco"]),
% populate handler 'b' with values
BList = populate_event(b, 10),
populate_event(b, 10),

% create a event handler
create_event(c, ?DEFAULT_SIZE, ["c", "taco"]),
% populate handler 'c' with values
CList = populate_event(c, 10).
populate_event(c, 10).

base_events_checks() ->
% check _events list
Expand Down

0 comments on commit 8d3a3dc

Please sign in to comment.