mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Fixed testShorten failing test
This commit is contained in:
@@ -38,7 +38,7 @@ public class BitlyUrlShortenerTest extends TestCase
|
||||
assertNotNull(shortUrl);
|
||||
assertFalse(shortUrl.isEmpty());
|
||||
assertFalse(url.equals(shortUrl));
|
||||
assertTrue(shortUrl.length()<=20);
|
||||
assertTrue(shortUrl.length()<=21);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user