1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
goreleaser/internal/testlib/skip_test.go

12 lines
168 B
Go
Raw Normal View History

2017-08-20 16:50:34 -03:00
package testlib
import (
"testing"
"github.com/goreleaser/goreleaser/pipeline"
)
func TestAssertSkipped(t *testing.T) {
AssertSkipped(t, pipeline.Skip("skip"))
}