1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-04 22:14:28 +02:00

12 lines
169 B
Go
Raw Normal View History

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