Skip to content

Commit

Permalink
fix: add prefix exception due to null slice for TestAppImportExport
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Aug 24, 2023
1 parent 06d178f commit 1064b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func TestAppImportExport(t *testing.T) {
},
{app.keys[distrtypes.StoreKey], newApp.keys[distrtypes.StoreKey], [][]byte{}},
{app.keys[paramstypes.StoreKey], newApp.keys[paramstypes.StoreKey], [][]byte{
[]byte("evm/EnableExtraEIPs"),
[]byte("evm/EnableExtraEIPs"), []byte("bank/SendEnabled"),
}},
{app.keys[evidencetypes.StoreKey], newApp.keys[evidencetypes.StoreKey], [][]byte{}},
{app.keys[capabilitytypes.StoreKey], newApp.keys[capabilitytypes.StoreKey], [][]byte{}},
Expand Down

0 comments on commit 1064b3f

Please sign in to comment.