Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 3127aee

Browse files
committed
Fix unit test after merging develop
1 parent 5714ec3 commit 3127aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/protocol/engine/tipmanager/tests/testframework.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ func NewTestFramework(test *testing.T) *TestFramework {
4444
API: tpkg.ZeroCostTestAPI,
4545
time: time.Now(),
4646
manualPOA: *mock.NewManualPOA(iotago.SingleVersionProvider(tpkg.ZeroCostTestAPI),
47-
epochstore.NewStore[*account.Accounts](
47+
epochstore.NewStore[*account.SeatedAccounts](
4848
nil,
4949
mapdb.NewMapDB(),
5050
func(index iotago.EpochIndex) iotago.EpochIndex { return index },
51-
(*account.Accounts).Bytes,
52-
account.AccountsFromBytes),
51+
(*account.SeatedAccounts).Bytes,
52+
account.SeatedAccountsFromBytes),
5353
),
5454
}
5555

0 commit comments

Comments
 (0)