Skip to content

Commit

Permalink
Update SampleHumanServiceTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Dec 16, 2024
1 parent 2462b13 commit ea6d00e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ public class SampleHumanServiceTest extends BaseWebContextSensitiveTest {

@Before
public void init() throws Exception {
providerService.deleteAll(providerService.getAll());
humanService.deleteAll(humanService.getAll());
sampleService.deleteAll(sampleService.getAll());
providerService.deleteAll(providerService.getAll());
patientService.deleteAll(patientService.getAll());
personService.deleteAll(personService.getAll());
}

@After
public void tearDown() throws Exception {
providerService.deleteAll(providerService.getAll());
humanService.deleteAll(humanService.getAll());
sampleService.deleteAll(sampleService.getAll());
providerService.deleteAll(providerService.getAll());
patientService.deleteAll(patientService.getAll());
personService.deleteAll(personService.getAll());
}
Expand Down

0 comments on commit ea6d00e

Please sign in to comment.