Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing expectEmit in MerkleLL and MerkleLT fork tests #382

Closed
smol-ninja opened this issue Aug 1, 2024 · 0 comments · Fixed by #383
Closed

missing expectEmit in MerkleLL and MerkleLT fork tests #382

smol-ninja opened this issue Aug 1, 2024 · 0 comments · Fixed by #383
Assignees
Labels
effort: low Easy or tiny task that takes less than a day. priority: 0 Do this first before everything else. This is critical and nothing works without this. type: test Adding, updating, or removing tests. work: clear Sense-categorize-respond. The relationship between cause and effect is clear.

Comments

@smol-ninja
Copy link
Member

vars.expectedStreamId = lockupTranched.nextStreamId();
emit Claim(
vars.indexes[params.posBeforeSort],
vars.recipients[params.posBeforeSort],
vars.amounts[params.posBeforeSort],
vars.expectedStreamId
);

vars.expectedStreamId = lockupLinear.nextStreamId();
emit Claim(
vars.indexes[params.posBeforeSort],
vars.recipients[params.posBeforeSort],
vars.amounts[params.posBeforeSort],
vars.expectedStreamId
);

@smol-ninja smol-ninja added effort: low Easy or tiny task that takes less than a day. priority: 0 Do this first before everything else. This is critical and nothing works without this. type: test Adding, updating, or removing tests. work: clear Sense-categorize-respond. The relationship between cause and effect is clear. labels Aug 1, 2024
@smol-ninja smol-ninja self-assigned this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: low Easy or tiny task that takes less than a day. priority: 0 Do this first before everything else. This is critical and nothing works without this. type: test Adding, updating, or removing tests. work: clear Sense-categorize-respond. The relationship between cause and effect is clear.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant