Skip to content

Commit

Permalink
Make a cosmetic adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Mar 10, 2024
1 parent a73b36f commit c251de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c251de2

Please sign in to comment.