small typo

This commit is contained in:
Floris Bruynooghe
2022-02-07 21:25:49 +01:00
parent 8bd58a0d51
commit a0df000fb1

View File

@@ -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");