From b9479935a793da5d1c406b551a23dc69d875ee61 Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 28 Sep 2024 02:50:11 +0900 Subject: [PATCH] fix: fix test failure --- node/pkg/dal/tests/main_test.go | 1 + node/pkg/reporter/main_test.go | 1 + 2 files changed, 2 insertions(+) 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