Преглед на файлове

Death Certificate add base certificate attributes Tests (5)

Andrew Grant преди 4 месеца
родител
ревизия
e8fe6868cc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/test/java/scot/carricksoftware/grants/domains/certificates/death/DeathCertificateStringTest.java

+ 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