1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/testlib/skip_test.go

12 lines
169 B
Go
Raw Normal View History

2017-08-20 21:50:34 +02:00
package testlib
import (
"testing"
2018-09-12 19:18:01 +02:00
"github.com/goreleaser/goreleaser/internal/pipe"
2017-08-20 21:50:34 +02:00
)
func TestAssertSkipped(t *testing.T) {
2018-09-12 19:18:01 +02:00
AssertSkipped(t, pipe.Skip("skip"))
2017-08-20 21:50:34 +02:00
}