Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Crichton <[email protected]>
  • Loading branch information
alexcrichton committed Aug 28, 2024
1 parent 4532032 commit 60c5ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/key-value-sqlite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ mod test {
Ok(None)
));

kv.drop(Resource::new_own(rep))?;
kv.drop(Resource::new_own(rep)).await?;

Ok(())
}
Expand Down

0 comments on commit 60c5ece

Please sign in to comment.