fix db test compile issue
This commit is contained in:
parent
d88313f742
commit
6eedae18c6
|
@ -56,7 +56,7 @@ func TestTelemDb(t *testing.T) {
|
|||
{
|
||||
name: "add single packet",
|
||||
args: args{
|
||||
events: []skylab.BusEvent{},
|
||||
events: []skylab.BusEvent{GetRandomBusEvent()},
|
||||
},
|
||||
wantErr: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue