Skip to content

Commit

Permalink
Change test data path
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Aug 20, 2023
1 parent a9d8751 commit f61fda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/test-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<data-source>
<name>java:app/jdbc/CargoTrackerDatabase</name>
<class-name>org.h2.jdbcx.JdbcDataSource</class-name>
<url>jdbc:h2:file:./cargo-tracker-test-data/cargo-tracker-database</url>
<url>jdbc:h2:file:./target/cargo-tracker-test-data/cargo-tracker-database</url>
</data-source>
</web-app>

0 comments on commit f61fda5

Please sign in to comment.