quintodrome/scanner/scanner_test.go

13 lines
154 B
Go
Raw Normal View History

package scanner
2016-03-01 08:43:55 -09:00
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestEmpty(t *testing.T) {
2016-03-01 08:43:55 -09:00
Convey("Missing tests", t, nil)
}