Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jun 26, 2024
1 parent b6902b2 commit 8bfbd52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func TestInitGenesisOnMigration(t *testing.T) {
mockModule.EXPECT().ConsensusVersion().Times(1).Return(uint64(0))

app.ModuleManager.Modules["mock"] = mockModule
app.ModuleManager.OrderMigrations = append(app.ModuleManager.OrderMigrations, "mock")

// Run migrations only for "mock" module. We exclude it from
// the VersionMap to simulate upgrading with a new module.
Expand Down
2 changes: 0 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ use (
.
./integration-tests
)

replace github.com/ethereum/go-ethereum => ../go-ethereum

0 comments on commit 8bfbd52

Please sign in to comment.