Skip to content

Commit

Permalink
Use SingleConnectionRuntime in "Integrate Mappings" project (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroonsherjan authored Mar 19, 2024
1 parent c0f9ef9 commit 532f5f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Service com::trade::ServiceSimpleProject
]
);
mapping: com::trade::TradeWithLegalEntityMapping;
runtime: com::trade::TradeRuntime;
runtime: com::trade::AlternativeTradeRuntime;
}
testSuites:
[
Expand Down Expand Up @@ -254,4 +254,4 @@ Service com::trade::ServiceSimpleProject
]
}
]
}
}

0 comments on commit 532f5f4

Please sign in to comment.