File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -196,16 +196,18 @@ func TestMakeChartPack(t *testing.T) {
196196 },
197197 listV : variable.ListT {
198198 0x80123456 : {
199- Board : 1 ,
200- Name : "a" ,
201- Type : "float" ,
202- Addr : 0x80123456 ,
199+ Board : 1 ,
200+ Name : "a" ,
201+ Type : "float" ,
202+ Addr : 0x80123456 ,
203+ SignalGain : 1 ,
203204 },
204205 0x80654321 : {
205- Board : 1 ,
206- Name : "b" ,
207- Type : "int" ,
208- Addr : 0x80654321 ,
206+ Board : 1 ,
207+ Name : "b" ,
208+ Type : "int" ,
209+ Addr : 0x80654321 ,
210+ SignalGain : 1 ,
209211 },
210212 },
211213 wantChart : variable.ListChartT {
@@ -242,10 +244,11 @@ func TestMakeChartPack(t *testing.T) {
242244 },
243245 listV : variable.ListT {
244246 0x80123456 : {
245- Board : 1 ,
246- Name : "a" ,
247- Type : "float" ,
248- Addr : 0x80123456 ,
247+ Board : 1 ,
248+ Name : "a" ,
249+ Type : "float" ,
250+ Addr : 0x80123456 ,
251+ SignalGain : 1 ,
249252 },
250253 },
251254 wantChart : variable.ListChartT {
You can’t perform that action at this time.
0 commit comments