Skip to content

Commit

Permalink
Unit test fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman committed Nov 8, 2023
1 parent b4c807b commit f8efb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void testSessionXMLProperty() {
}

public void testLoginEncryptorProperty() {
EntityManager em = createEntityManager();
EntityManager em = createEntityManager(persistenceUnitName);
try {
//Create new customer
beginTransaction(em);
Expand Down

0 comments on commit f8efb91

Please sign in to comment.