ligo/src/test/contracts/assert.mligo
John David Pressman 71989876db Fix a bug, test added:
A never accounted message was not adding anything to the map
2020-01-08 20:58:26 +00:00

4 lines
87 B
Plaintext

let main (p, s: bool * unit) =
let u : unit = assert p
in ([] : operation list), s