1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/pipe/sign
Oleksandr Redko 305663fb5d
test: simplify error asserts with require.ErrorContains (#4640)
The PR refactors tests:
- change two lines `require.Error + require.Contains` with one
`require.ErrorContains`;
- change `require.Error + require.Equal` with `require.EqualError`.
2024-02-19 16:28:06 -03:00
..
testdata feat: sign docker images with cosign (#2423) 2021-08-24 11:22:09 -03:00
sign_docker_test.go refactor: --skip=item (#4272) 2023-09-16 17:01:20 -03:00
sign_docker.go refactor: --skip=item (#4272) 2023-09-16 17:01:20 -03:00
sign_test.go test: simplify error asserts with require.ErrorContains (#4640) 2024-02-19 16:28:06 -03:00
sign.go refactor: --skip=item (#4272) 2023-09-16 17:01:20 -03:00