From aa24f888c05fd5045a2f0bdf35817589360e9d4d Mon Sep 17 00:00:00 2001 From: Phillip Toland Date: Tue, 3 Feb 2009 09:37:21 -0600 Subject: [PATCH] Get rid of a warning during test. --- test/bdberl_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bdberl_SUITE.erl b/test/bdberl_SUITE.erl index b392be0..6e517e3 100644 --- a/test/bdberl_SUITE.erl +++ b/test/bdberl_SUITE.erl @@ -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(),