Get rid of a warning during test.

This commit is contained in:
Phillip Toland 2009-02-03 09:37:21 -06:00
parent 1c11f81416
commit aa24f888c0

View file

@ -174,7 +174,7 @@ cursor_should_iterate(Config) ->
ok = bdberl:cursor_close().
cursor_should_fail_if_not_open(Config) ->
cursor_should_fail_if_not_open(_Config) ->
{error, no_cursor} = bdberl:cursor_next(),
{error, no_cursor} = bdberl:cursor_prev(),
{error, no_cursor} = bdberl:cursor_current(),