Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Sep 27, 2024
1 parent df04353 commit d81f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blockchaincmd/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestExportImportSubnet(t *testing.T) {

app.Setup(testDir, logging.NoLog{}, nil, prompts.NewPrompter(), &mockAppDownloader)
ux.NewUserLog(logging.NoLog{}, io.Discard)
genBytes, err := vm.LoadCustomGenesis(
_, genBytes, err := vm.LoadCustomGenesis(
app,
"../../"+utils.SubnetEvmGenesisPath,
)
Expand Down

0 comments on commit d81f3ee

Please sign in to comment.