1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00
woodpecker/vendor/github.com/mitchellh/cli/ui_mock_test.go
2015-09-29 18:21:17 -07:00

10 lines
105 B
Go

package cli
import (
"testing"
)
func TestMockUi_implements(t *testing.T) {
var _ Ui = new(MockUi)
}