mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
OfferUtilTest: Remove broken testGetRandomOfferId test
This commit is contained in:
parent
bfad06caae
commit
d969d497bb
1 changed files with 0 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue