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) {
196
196
},
197
197
listV : variable.ListT {
198
198
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 ,
203
204
},
204
205
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 ,
209
211
},
210
212
},
211
213
wantChart : variable.ListChartT {
@@ -242,10 +244,11 @@ func TestMakeChartPack(t *testing.T) {
242
244
},
243
245
listV : variable.ListT {
244
246
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 ,
249
252
},
250
253
},
251
254
wantChart : variable.ListChartT {
You can’t perform that action at this time.
0 commit comments