OfferUtilTest: Remove broken testGetRandomOfferId test

This commit is contained in:
Alva Swanson 2023-04-17 09:00:29 +02:00
parent bfad06caae
commit d969d497bb
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -9,11 +9,6 @@ import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
public class OfferUtilTest {
@Test
public void testGetRandomOfferId() {
String offerId = OfferUtil.getRandomOfferId();
assertTrue(offerId.matches("\\w{5,8}-\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}-\\w{3}"));
}
@Test
public void testGetOfferIdWithMutationCounter() {