Skip to content

Commit

Permalink
update TestOnlineActModel*
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Oct 4, 2024
1 parent 9bc39aa commit 1c4c898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledger/acctonline_expired_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func TestOnlineAcctModelSimple(t *testing.T) {
})
// test same scenario on double ledger
t.Run("DoubleLedger", func(t *testing.T) {
m := newDoubleLedgerAcctModel(t, protocol.ConsensusFuture, true)
m := newDoubleLedgerAcctModel(t, protocol.ConsensusV39, true)
defer m.teardown()
testOnlineAcctModelSimple(t, m)
})
Expand Down Expand Up @@ -626,7 +626,7 @@ func TestOnlineAcctModelScenario(t *testing.T) {
})
// test same scenario on double ledger
t.Run("DoubleLedger", func(t *testing.T) {
m := newDoubleLedgerAcctModel(t, protocol.ConsensusFuture, true)
m := newDoubleLedgerAcctModel(t, protocol.ConsensusV39, true)
defer m.teardown()
runScenario(t, m, tc.scenario)
})
Expand Down

0 comments on commit 1c4c898

Please sign in to comment.