Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/TestDbSet.cs =================================================================== diff -u -rbb04ea61be6e4ce94cb1453c4578b0e9256168c4 -re3f9dffa91a0def0b6e6bc7dfabef74cc64745c5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/TestDbSet.cs (.../TestDbSet.cs) (revision bb04ea61be6e4ce94cb1453c4578b0e9256168c4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/TestDbSet.cs (.../TestDbSet.cs) (revision e3f9dffa91a0def0b6e6bc7dfabef74cc64745c5) @@ -79,7 +79,7 @@ { collection.Remove(e); } - return entities; + return list; } public override T Add(T entity)