Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Sep 21, 2023
1 parent 3982f54 commit 6ecd3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/txn_create_identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func TestCreateIdentity_Eth(t *testing.T) {
// Initialize
sim := NewSim(t,
simulator.SimpleNetwork(t.Name(), 3, 3),
simulator.Genesis(GenesisTime),
simulator.GenesisWithVersion(GenesisTime, ExecutorVersionV2SignatureEthereum),
)

MakeAccount(t, sim.DatabaseFor(lite), &LiteIdentity{Url: lite, CreditBalance: 1e9})
Expand Down

0 comments on commit 6ecd3ec

Please sign in to comment.