-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Test runs fails with invalid action list
Steps to Reproduce
Tests code:
it('should deploy', async () => {
const msg = beginCell().endCell();
const res = await deployer.send({
to: bouncer.address,
value: toNano('0.05'),
body: beginCell().endCell(),
});
});
Contract code:
fun onInternalMessage(in: InMessage) {
val asd = createEmptyCell();
sendRawMessage(asd, SEND_MODE_REGULAR);
}
Environment
No response
Logs or Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working