Skip to content

Commit

Permalink
Improve test.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Oct 5, 2021
1 parent 496f27c commit 057efda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void bothLoadStrategiesShouldBeAbleToDealWithPaths() {
.first().extracting(Airport::getName).isEqualTo("Los Angeles");

session.clear();
localSessionFactory.close();
// Keep the local session factory open, otherwise closing it will mess up the driver.
}
}

Expand Down

0 comments on commit 057efda

Please sign in to comment.