From a0df000fb1cdcd8c9b29d52c7c077d244e38aba5 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Mon, 7 Feb 2022 21:25:49 +0100 Subject: [PATCH] small typo --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");