Ver Fonte

CensusEntryRelationship in Converters

Andrew Grant há 5 meses atrás
pai
commit
d09b23fc9c

+ 1 - 1
src/test/java/scot/carricksoftware/grants/converters/census/CensusEntryConverterTest.java

@@ -55,7 +55,7 @@ class CensusEntryConverterTest {
         assertEquals(name, target.getName());
         assertEquals(census, target.getCensus());
         assertEquals(person, target.getPerson());
-        assertEquals(person, target.getPerson());
+        assertEquals(relationship, target.getRelationship());
         assertEquals(condition, target.getCondition());
     }
 }