This commit is contained in:
Bryan Stitt 2023-06-07 17:43:10 -07:00
parent 6cf738261b
commit 5744b459ee

View File

@ -238,9 +238,8 @@ pub fn json_rpc_response_weigher<K, R>(_key: &K, value: &JsonRpcResponseEnum<R>)
mod tests {
use super::JsonRpcResponseEnum;
use crate::response_cache::json_rpc_response_weigher;
use moka::future::{Cache, CacheBuilder};
use serde_json::value::RawValue;
use std::{sync::Arc, time::Duration};
use std::sync::Arc;
#[tokio::test(start_paused = true)]
async fn test_json_rpc_query_weigher() {