move jsonrpc_test to dev deps
This commit is contained in:
@ -6,8 +6,6 @@ use std::{env, result::Result};
|
||||
|
||||
use jsonrpc_core::{IoHandler, Value};
|
||||
use jsonrpc_http_server::{AccessControlAllowOrigin, DomainsValidation, ServerBuilder};
|
||||
#[allow(unused_imports)]
|
||||
use jsonrpc_test as test;
|
||||
use log::info;
|
||||
|
||||
use crate::error::BoxError;
|
||||
@ -85,6 +83,7 @@ pub fn run() -> Result<(), BoxError> {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use jsonrpc_test as test;
|
||||
|
||||
// test to ensure correct success response
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user