Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Oct 30, 2024
1 parent 5bd9bce commit 2364f34
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggsender/aggsender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ func TestGetImportedBridgeExits(t *testing.T) {
}

func TestBuildCertificate(t *testing.T) {
mockL2BridgeSyncer := mocks.NewL2BridgeSyncerMock(t)
mockL1InfoTreeSyncer := mocks.NewL1InfoTreeSyncerMock(t)
mockL2BridgeSyncer := mocks.NewL2BridgeSyncer(t)
mockL1InfoTreeSyncer := mocks.NewL1InfoTreeSyncer(t)
mockProof := generateTestProof(t)

tests := []struct {
Expand Down
57 changes: 57 additions & 0 deletions aggsender/mocks/l1_info_tree_syncer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2364f34

Please sign in to comment.