diff --git a/node/pkg/dal/tests/main_test.go b/node/pkg/dal/tests/main_test.go index 03ad720e1..e0e8efc16 100644 --- a/node/pkg/dal/tests/main_test.go +++ b/node/pkg/dal/tests/main_test.go @@ -68,6 +68,7 @@ func generateSampleSubmissionData(configId int32, value int64, timestamp time.Ti } return &aggregator.SubmissionData{ + Symbol: symbol, GlobalAggregate: sampleGlobalAggregate, Proof: proof, }, nil diff --git a/node/pkg/reporter/main_test.go b/node/pkg/reporter/main_test.go index 1b4a13cc6..b61d305bc 100644 --- a/node/pkg/reporter/main_test.go +++ b/node/pkg/reporter/main_test.go @@ -56,6 +56,7 @@ func generateSampleSubmissionData(configId int32, value int64, timestamp time.Ti } return &aggregator.SubmissionData{ + Symbol: symbol, GlobalAggregate: sampleGlobalAggregate, Proof: proof, }, nil