Skip to content

Commit

Permalink
Remove unnecessary #[tokio::test] from a test for `unsync::CacheBui…
Browse files Browse the repository at this point in the history
…lder`
  • Loading branch information
tatsuya6502 committed Aug 25, 2022
1 parent f08cab1 commit 7ddeae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unsync/builder.rs
Expand Up @@ -189,8 +189,8 @@ mod tests {

use std::time::Duration;

#[tokio::test]
async fn build_cache() {
#[test]
fn build_cache() {
// Cache<char, String>
let mut cache = CacheBuilder::new(100).build();
let policy = cache.policy();
Expand Down

0 comments on commit 7ddeae7

Please sign in to comment.