mirror of https://github.com/docker/docs.git
Fix missing test files
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
d189baf36c
commit
263c802d34
|
@ -0,0 +1 @@
|
|||
package fakedriver
|
|
@ -0,0 +1 @@
|
|||
package auth
|
|
@ -0,0 +1,9 @@
|
|||
package pkgaction
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestActionValue(t *testing.T) {
|
||||
if Install.String() != "install" {
|
||||
t.Fatal("Expected %q but got %q", "install", Install.String())
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue