diff --git a/tests/cursor.rs b/tests/cursor.rs index df72536d..f019e975 100644 --- a/tests/cursor.rs +++ b/tests/cursor.rs @@ -91,7 +91,7 @@ fn iter_count() { } #[test] -fn iter_count_with_exception() { +fn iter_with_exception() { let connection = ok!(sqlite::open(":memory:")); ok!(connection.execute("CREATE TABLE foo(x)")); ok!(connection