1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal/git
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
..
config_test.go fix(config): handle relative git repos (#4575) 2024-01-29 10:31:19 -03:00
config.go fix(config): handle relative git repos (#4575) 2024-01-29 10:31:19 -03:00
git_test.go test: simplify error asserts with require.ErrorContains (#4640) 2024-02-19 16:28:06 -03:00
git.go fix: git.ignore_tags not working (#4322) 2023-09-23 02:37:48 -03:00