diff --git a/src/context.rs b/src/context.rs index 1aac37a34..bc31b9c17 100644 --- a/src/context.rs +++ b/src/context.rs @@ -1004,7 +1004,7 @@ mod tests { } #[async_std::test] - async fn test_reopen_unecrypted() { + async fn test_reopen_unencrypted() { let dir = tempfile::tempdir().unwrap(); let dbfile = dir.path().join("db.sqlite");