mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
10 lines
111 B
Go
10 lines
111 B
Go
package cli
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestConcurrentUi_impl(t *testing.T) {
|
|
var _ Ui = new(ConcurrentUi)
|
|
}
|