From 71232b294feffe9ea715d4b7cde145e7b9f20cac Mon Sep 17 00:00:00 2001 From: Warren He Date: Fri, 18 Mar 2022 15:30:49 -0700 Subject: [PATCH] (no merge) test without contracts tests --- tests/e2e/contracts.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/contracts.go b/tests/e2e/contracts.go index 752d82348b..f5b8aa6f6c 100644 --- a/tests/e2e/contracts.go +++ b/tests/e2e/contracts.go @@ -22,10 +22,10 @@ import ( "github.com/oasisprotocol/oasis-sdk/client-sdk/go/types" ) -//go:embed contracts/hello.wasm +// //go:embed contracts/hello.wasm var helloContractCode []byte -//go:embed contracts/oas20.wasm +// //go:embed contracts/oas20.wasm var oas20ContractCode []byte type HelloInitiate struct {