Skip to content

Commit

Permalink
fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Mar 12, 2024
1 parent e2b5e89 commit 60c7559
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ describe('public_processor', () => {
TxL2Logs.empty(),
// reverse because `enqueuedPublicFunctions` expects the last element to be the front of the queue
callRequests.slice().reverse(),
[ExtendedContractData.random()],
);

const contractSlotA = fr(0x100);
Expand Down Expand Up @@ -532,7 +531,6 @@ describe('public_processor', () => {
TxL2Logs.empty(),
// reverse because `enqueuedPublicFunctions` expects the last element to be the front of the queue
callRequests.slice().reverse(),
[ExtendedContractData.random()],
);

const contractSlotA = fr(0x100);
Expand Down

0 comments on commit 60c7559

Please sign in to comment.