Skip to content

Commit

Permalink
test: fix typo in feature name
Browse files Browse the repository at this point in the history
No other errors were found.
  • Loading branch information
cljoly committed Sep 23, 2024
1 parent 313e532 commit 905af18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusqlite_migration/src/tests/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub fn all_errors() -> Vec<(&'static str, crate::Error)> {
"unrecognized",
Unrecognized(Box::new(Hook("unknown".to_owned()))),
),
#[cfg(feature = "async-tokio-rusqlite")]
#[cfg(feature = "alpha-async-tokio-rusqlite")]
("connection_closed", ConnectionClosed),
]
}

0 comments on commit 905af18

Please sign in to comment.