1.3.x does not accept fixture.given() empty

Example:

fixture
    .given()
    .when(new CreateArtisan(expectedId, email, credentials))

Which seems to me neccesary when testing an AR creation.

Hi Roland,

what is the message you see? There are many test cases in (and outside of) Axon that use this feature. It should work…

Cheers,

Allard

Can not reproduce anymore. It's gone like magic.
There was an error message stating explicitly that given() can't be
empty, had it for two days, now it's away.

thanks