Skip to content

Commit

Permalink
test: cover cases where Cypher 5 prefix is prepended
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Feb 18, 2025
1 parent c5862fd commit 069e9bf
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 96 deletions.
6 changes: 6 additions & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<artifactId>junit-4-13_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pl.pragmatists</groupId>
<artifactId>JUnitParams</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit 069e9bf

Please sign in to comment.