Skip to content

Commit

Permalink
There seems to be no reason that last_purged_notification should be 1…
Browse files Browse the repository at this point in the history
… when constructing a CMC. Also, that caused my new test to fail. Therefore, I stopped having it set to 1 when constructing CMC in test.
  • Loading branch information
daniel-wong-dfinity-org committed Jan 24, 2025
1 parent a7adba9 commit f6a9aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/nns/test_utils/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl NnsInitPayloadsBuilder {
governance_canister_id: Some(GOVERNANCE_CANISTER_ID),
exchange_rate_canister: None,
minting_account_id: Some(GOVERNANCE_CANISTER_ID.get().into()),
last_purged_notification: Some(1),
last_purged_notification: None,
cycles_ledger_canister_id: Some(CYCLES_LEDGER_CANISTER_ID),
}),
lifeline: LifelineCanisterInitPayloadBuilder::new(),
Expand Down

0 comments on commit f6a9aa6

Please sign in to comment.