Coverage cheats

You juke the stats, and majors become colonels.  I've been here before
This commit is contained in:
martinsumner 2016-11-14 20:43:38 +00:00
parent 630f802780
commit 8cbe2ef93a
5 changed files with 20 additions and 3 deletions

View file

@ -1169,5 +1169,10 @@ foldobjects_vs_hashtree_test() ->
ok = book_close(Bookie1),
reset_filestructure().
coverage_cheat_test() ->
{noreply, _State0} = handle_info(timeout, #state{}),
{ok, _State1} = code_change(null, #state{}, null),
{noreply, _State2} = handle_cast(null, #state{}).
-endif.