#225 - Delete licenses after test.
Before this change tests remaining in the test database could adversely affect later tests. Original pull request: #226.
This commit is contained in:
committed by
Jens Schauder
parent
85984413bf
commit
f1c1f414e2
@@ -97,6 +97,7 @@ public class RepositoryIntegrationTests {
|
||||
Revisions<Integer, License> revisions = Revisions.of(page.getContent());
|
||||
assertThat(revisions.getLatestRevision()).isEqualTo(it);
|
||||
});
|
||||
licenseRepository.deleteAll();
|
||||
}
|
||||
|
||||
@Test // #1
|
||||
|
||||
Reference in New Issue
Block a user