Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs =================================================================== diff -u -r59fdaa6c22f0c665ee9331cc4361e3944914f8a2 -r3b98a31be73aaf05d1631972ec1c339dd2816504 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs (.../SqLiteDatabaseHelper.cs) (revision 59fdaa6c22f0c665ee9331cc4361e3944914f8a2) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs (.../SqLiteDatabaseHelper.cs) (revision 3b98a31be73aaf05d1631972ec1c339dd2816504) @@ -61,9 +61,9 @@ finally { SQLiteConnection.ClearAllPools(); + dbContext.Close(); } } - dbContext.Close(); } }