File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/request Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ void When_RequiredElementMissingFromBody_Expect_HandlerThrowsException(String xp
179179 void When_RequiredValueIsBlankInBody_Expect_HandlerThrowsException (String xpath ) {
180180 Document header = ResourceHelper .loadClasspathResourceAsXml ("/ehr/request/RCMR_IN010000UK05_header.xml" );
181181 Document body = ResourceHelper .loadClasspathResourceAsXml ("/ehr/request/RCMR_IN010000UK05_body.xml" );
182-
183- when (ehrExtractStatusRepository .save (any ()))
182+ when (ehrExtractStatusRepository .save (any ()))
184183 .thenAnswer ((Answer <EhrExtractStatus >) invocation -> (EhrExtractStatus ) invocation .getArguments ()[0 ]);
185184
186185 clearAttribute (xpath , body );
You can’t perform that action at this time.
0 commit comments