Skip to content

Commit

Permalink
Increased test coverage
Browse files Browse the repository at this point in the history
Also made it easier to reason about coverage
  • Loading branch information
OliviaYtterbrink committed Oct 30, 2018
1 parent d572d27 commit 11ebafe
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 0 deletions.
5 changes: 5 additions & 0 deletions enterprise/security/pom.xml
Expand Up @@ -170,6 +170,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
Expand Down

0 comments on commit 11ebafe

Please sign in to comment.