1
0

Update module stretchr/testify to v1.5.1 (#274)

Update module stretchr/testify to v1.5.1

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/274
This commit is contained in:
renovate
2020-04-08 20:30:48 +00:00
committed by konrad
parent 6d1b123a25
commit 4ca3f714ea
7 changed files with 379 additions and 81 deletions

View File

@ -13,4 +13,4 @@ func New(t TestingT) *Assertions {
}
}
//go:generate go run ../_codegen/main.go -output-package=assert -template=assertion_forward.go.tmpl -include-format-funcs
//go:generate sh -c "cd ../_codegen && go build && cd - && ../_codegen/_codegen -output-package=assert -template=assertion_forward.go.tmpl -include-format-funcs"