import removed
This commit is contained in:
parent
5f1a5c9858
commit
02b4e7bb79
|
@ -5,7 +5,6 @@ import (
|
|||
"log"
|
||||
"strings"
|
||||
"testing"
|
||||
"gopkg.in/urfave/cli.v2"
|
||||
"errors"
|
||||
)
|
||||
|
||||
|
@ -84,6 +83,14 @@ func TestStart(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestSetup(t *testing.T) {
|
||||
m := mockRealize{}
|
||||
mockResponse = nil
|
||||
if err := m.setup(); err != nil{
|
||||
t.Fatal("Unexpected error")
|
||||
}
|
||||
}
|
||||
|
||||
func TestClean(t *testing.T) {
|
||||
m := mockRealize{}
|
||||
mockResponse = nil
|
||||
|
|
Loading…
Reference in New Issue