Get rid of a warning during test.
This commit is contained in:
parent
1c11f81416
commit
aa24f888c0
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue