File: sdk_test.go

package info (click to toggle)
golang-github-docker-go-plugins-helpers 0.20211224-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 29
file content (7 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
7
package sdk

import "testing"

func TestTrue(t *testing.T) {
	// FIXME: Add tests
}