From c1e142d1dcbad2a1b9ce2c3664f732e44cebaf7d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 17 Jan 2019 23:02:17 -0800 Subject: [PATCH] Revert "test_rpc_new fails locally, ignore for now" This reverts commit 0c46f15f945f94b8af07eb45933c06d9f4f07a67. --- src/rpc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpc.rs b/src/rpc.rs index 938065bbe2..b6cc3405c7 100644 --- a/src/rpc.rs +++ b/src/rpc.rs @@ -496,7 +496,6 @@ mod tests { } #[test] - #[ignore] fn test_rpc_new() { let alice = Mint::new(10_000); let bank = Bank::new(&alice);