Skip to content
Snippets Groups Projects
Commit 1f062e82 authored by Pranay Singh's avatar Pranay Singh
Browse files

remoing startup task


Signed-off-by: default avatarPranay Singh <i5singh.pranay@gmail.com>
parent b583b800
No related merge requests found
......@@ -109,13 +109,6 @@ func NewRootCmd(in string) *cobra.Command {
}
}
func TestStartupTask(t *testing.T) {
err := doStartupTasks()
if err != nil {
log.Printf("Command finished with error: %v", err)
}
}
func Test_ExecuteFunction(t *testing.T) {
cmd := NewRootCmd("test")
b := bytes.NewBufferString("")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment