Skip to content

Commit

Permalink
use uber gomock
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Aug 29, 2023
1 parent 4a72c9b commit adb2039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/evm/contract_message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/ava-labs/awm-relayer/config"
warpPayload "github.com/ava-labs/subnet-evm/warp/payload"
"github.com/ethereum/go-ethereum/common"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
"go.uber.org/mock/gomock"
)

// Used to create a valid unsigned message for testing. Should not be used directly in tests.
Expand Down

0 comments on commit adb2039

Please sign in to comment.