Skip to content

Commit

Permalink
fix: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Sep 27, 2024
1 parent 9210b51 commit b947993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions node/pkg/dal/tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func generateSampleSubmissionData(configId int32, value int64, timestamp time.Ti
}

return &aggregator.SubmissionData{
Symbol: symbol,
GlobalAggregate: sampleGlobalAggregate,
Proof: proof,
}, nil
Expand Down
1 change: 1 addition & 0 deletions node/pkg/reporter/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func generateSampleSubmissionData(configId int32, value int64, timestamp time.Ti
}

return &aggregator.SubmissionData{
Symbol: symbol,
GlobalAggregate: sampleGlobalAggregate,
Proof: proof,
}, nil
Expand Down

0 comments on commit b947993

Please sign in to comment.