Skip to content

Commit

Permalink
(no merge) test without contracts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Mar 23, 2022
1 parent 6c0824f commit 71232b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71232b2

Please sign in to comment.