Skip to content

Commit 8233efa

Browse files
committed
ensure testify package is updated
1 parent aff4c1e commit 8233efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ coverage: getdep
4646

4747
getdep:
4848
go get -v ./...
49-
go get -v github.com/stretchr/testify
50-
go get -v github.com/stretchr/testify/assert
49+
go get -u github.com/stretchr/testify
50+
go get -u github.com/stretchr/testify/assert
5151

5252
clean:
5353
-rm -f ${TEST_REPORT}

0 commit comments

Comments
 (0)