use of org.devgateway.ocds.persistence.mongo.flags.ReleaseFlags in project ocvn by devgateway.
the class ReleaseFlaggingServiceTest method testCreateStubFlagTypes.
@Test
public void testCreateStubFlagTypes() {
ReleaseFlags stubFlagTypes = releaseFlaggingService.createStubFlagTypes();
Assert.assertTrue(stubFlagTypes.getI038().getTypes().contains(FlagType.RIGGING));
}
Aggregations