[TEST] fix testdata of meshviewer-ffrgb (fixes #160)
This commit is contained in:
parent
bd13b99378
commit
3ef2d1ece9
|
@ -69,7 +69,7 @@ func TestTransform(t *testing.T) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Neighbours: &data.Neighbours{
|
Neighbours: &data.Neighbours{
|
||||||
NodeID: "node_b",
|
NodeID: "node_c",
|
||||||
Batadv: map[string]data.BatadvNeighbours{
|
Batadv: map[string]data.BatadvNeighbours{
|
||||||
"node:c:mac:lan": {
|
"node:c:mac:lan": {
|
||||||
Neighbours: map[string]data.BatmanLink{
|
Neighbours: map[string]data.BatmanLink{
|
||||||
|
|
Loading…
Reference in New Issue