Browse Source

Death Certificate add base certificate attributes Tests (5)

Andrew Grant 4 months ago
parent
commit
e8fe6868cc

+ 1 - 1
src/test/java/scot/carricksoftware/grants/domains/certificates/death/DeathCertificateStringTest.java

@@ -25,7 +25,7 @@ class DeathCertificateStringTest {
 
     @Test
     void getNumberTest() {
-        assertEquals("",deathCertificate.getNumber());
+        assertEquals(null,deathCertificate.getNumber());
     }
 
     @Test