Skip to content

Commit

Permalink
fixes specFile in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Mar 3, 2024
1 parent 0f88549 commit c31fa86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void tearDown() {
public void test_generator_hexagonal_jpa() throws Exception {
String targetFolder = "target/zdl/test_generator_hexagonal_jpa_customer_address";
Plugin plugin = new BackendApplicationDefaultPlugin()
.withSpecFile("C:\\Users\\IvanGarcia\\workspace\\zenwave\\zenwave-sdk\\e2e\\src\\test\\resources\\projects\\customer-address-relational\\customer-address-relational-one-to-one-map-id.zdl")
.withSpecFile("classpath:io/zenwave360/sdk/resources/zdl/customer-address-relational.zdl")
.withTargetFolder(targetFolder)
.withOption("basePackage", "io.zenwave360.example")
.withOption("persistence", PersistenceType.jpa)
Expand Down

0 comments on commit c31fa86

Please sign in to comment.