fixed failure to test due to changing of input

This commit is contained in:
Sandro La Bruzzo 2020-12-02 11:34:46 +01:00
parent cfb55effd9
commit 6ba8037cc7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class CrossrefMappingTest {
rels.foreach(s => logger.info(s.getTarget))
assertEquals(rels.size, 3 )
assertEquals(rels.size, 6 )
}