Skip to content

Commit

Permalink
Merge branch 'bing/hum-negative-obs-count' into bing/hum-batch-process
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyuyap authored Sep 4, 2024
2 parents d6cb1dd + d522ad1 commit c6ac8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fly/pkg/historical_uptime/process_observation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func processObservation(t *testing.T, observationBatches [][]node_common.MsgWith

// Process the batch of observations
err = ProcessObservationBatch(*database, logger, observationBatch)

if err != nil {
t.Errorf("failed to process observation batch: %v", err)
}
Expand Down

0 comments on commit c6ac8c1

Please sign in to comment.