瀏覽代碼

Death Certificate add base certificate attributes Tests (5)

Andrew Grant 4 月之前
父節點
當前提交
0cb253673a

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

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