Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

fix typo aggregator_test.go #3818

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aggregator/aggregator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ func TestTryBuildFinalProof(t *testing.T) {
},
},
{
name: "can't verify proof (veryfy time not reached yet)",
name: "can't verify proof (verify time not reached yet)",
setup: func(m mox, a *Aggregator) {
a.TimeSendFinalProof = time.Now().Add(10 * time.Second)
m.proverMock.On("Name").Return(proverName).Once()
Expand Down