import removed
This commit is contained in:
parent
5f1a5c9858
commit
02b4e7bb79
|
@ -5,7 +5,6 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"gopkg.in/urfave/cli.v2"
|
|
||||||
"errors"
|
"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) {
|
func TestClean(t *testing.T) {
|
||||||
m := mockRealize{}
|
m := mockRealize{}
|
||||||
mockResponse = nil
|
mockResponse = nil
|
||||||
|
|
Loading…
Reference in New Issue