Skip to content

Commit

Permalink
kick ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jun 27, 2023
1 parent f36c038 commit 0caeb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync2/device_data_ticker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func TestDeviceTickerForgetsAfterEmitting(t *testing.T) {
duration := time.Millisecond
ticker := NewDeviceDataTicker(duration)
var payloads []*pubsub.V2DeviceData

ticker.SetCallback(func(payload *pubsub.V2DeviceData) {
payloads = append(payloads, payload)
})
Expand Down

0 comments on commit 0caeb03

Please sign in to comment.