If I want to make a test that ensures a function returns the unit type (so if I change the function signature the test breaks), how might I do this?
The unit type is described as (), but is there a unit value I can use in Motoko on the other end of the test to assert equivalence?