Format entire source code using make fmt
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -3,8 +3,8 @@ package node
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
func TestNodeUpdate(t *testing.T) {
|
||||
@@ -31,7 +31,7 @@ nodes:
|
||||
|
||||
err = nodeYaml.NodeUpdate(
|
||||
NodeInfo{
|
||||
Id: Entry {
|
||||
Id: Entry{
|
||||
value: []string{"n0000"},
|
||||
},
|
||||
},
|
||||
@@ -39,7 +39,6 @@ nodes:
|
||||
assert.NoError(t, err)
|
||||
}
|
||||
|
||||
|
||||
func TestNodeDisk(t *testing.T) {
|
||||
node_config := `WW_INTERNAL: 43
|
||||
nodes:
|
||||
|
||||
Reference in New Issue
Block a user