land/cmd/land/stdout_test.go

12 lines
136 B
Go

package main
import (
"testing"
"github.com/spf13/afero"
)
func TestStdFDIsAferoFile(t *testing.T) {
var _ afero.File = stdFD{}
}