Fix rebasing mistakes.

This commit is contained in:
akwizgran
2018-04-27 18:20:04 +01:00
parent fb6b487212
commit c55bef95ce
4 changed files with 37 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ public abstract class ValidatorTestCase extends BrambleMockTestCase {
context.mock(MetadataEncoder.class);
protected final Clock clock = context.mock(Clock.class);
protected final Group group = getGroup(getClientId());
protected final Group group = getGroup(getClientId(), 123);
protected final GroupId groupId = group.getId();
protected final byte[] descriptor = group.getDescriptor();
protected final Message message = getMessage(groupId);