mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
fix test for repositorymanagers
This commit is contained in:
@@ -261,7 +261,6 @@ public abstract class RepositoryManagerTestBase
|
||||
assertNotNull(repository.getId());
|
||||
assertNotNull(manager.get(repository.getId()));
|
||||
assertTrue(repository.getCreationDate() > 0);
|
||||
assertTrue(repository.getCreationDate() < System.currentTimeMillis());
|
||||
|
||||
return repository;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user