From a18e44fc478e6f69276499d5923ee87a81053e54 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Mon, 11 Sep 2023 16:21:20 -0400 Subject: [PATCH] fix: add test to see if contract can be deployed after hash has expired --- cmd/soroban-rpc/internal/test/cli_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/soroban-rpc/internal/test/cli_test.go b/cmd/soroban-rpc/internal/test/cli_test.go index 88bb75a5a6..e805e4b612 100644 --- a/cmd/soroban-rpc/internal/test/cli_test.go +++ b/cmd/soroban-rpc/internal/test/cli_test.go @@ -6,6 +6,7 @@ import ( "os" "strings" "testing" + "time" "github.com/creachadair/jrpc2" "github.com/creachadair/jrpc2/jhttp"