Przeglądaj źródła

PersonSectionTest

Andrew Grant 3 miesięcy temu
rodzic
commit
8ab62ec38b

+ 2 - 0
src/test/java/scot/carricksoftware/grantswriter/writer/latex/sections/PersonSectionTest.java

@@ -41,5 +41,7 @@ class PersonSectionTest {
     void writeTest() {
         personSection.write(personMock);
         verify(personSectionHeaderMock).write(personMock);
+        verify(personSubSectionTimeLineWriterMock).write(personMock);
+        verify(personSubSectionReferencesWriterMock).write(personMock);
     }
 }