Update unit tests command to get assert package

This commit is contained in:
Prathamesh Musale 2022-04-01 14:02:09 +05:30
parent 436bc78c09
commit 2ec883cdcc

View File

@ -52,6 +52,7 @@ ios:
.PHONY: statedifftest .PHONY: statedifftest
statedifftest: | $(GOOSE) statedifftest: | $(GOOSE)
go get github.com/stretchr/testify/assert@v1.7.0
MODE=statediff go test ./statediff/... -v MODE=statediff go test ./statediff/... -v
test: all test: all