Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/BackgroundDataCreateExtensionsTest.cs =================================================================== diff -u -r7071a71d08d7bd205f608b10100665481b94c27a -rc0c56c5249d2f49339aec934993501d1430bfd11 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/BackgroundDataCreateExtensionsTest.cs (.../BackgroundDataCreateExtensionsTest.cs) (revision 7071a71d08d7bd205f608b10100665481b94c27a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/BackgroundDataCreateExtensionsTest.cs (.../BackgroundDataCreateExtensionsTest.cs) (revision c0c56c5249d2f49339aec934993501d1430bfd11) @@ -49,7 +49,7 @@ } [Test] - public void Create_BackgroundDataContainsConfiguredWMTSConfiguration_ReturnsBackgroundMapDataEntity() + public void Create_BackgroundDataContainsConfiguredWMTSConfiguration_ReturnsBackgroundDataEntity() { // Setup const string name = "background"; @@ -102,7 +102,7 @@ } [Test] - public void Create_BackgroundDataContainsUnconfiguredWMTSConfiguration_ReturnsBackgroundMapDataEntity() + public void Create_BackgroundDataContainsUnconfiguredWMTSConfiguration_ReturnsBackgroundDataEntity() { // Setup const string name = "background"; @@ -140,7 +140,7 @@ } [Test] - public void Create_BackgroundDataContainsWellKnownConfiguration_ReturnsBackgroundMapDataEntity() + public void Create_BackgroundDataContainsWellKnownConfiguration_ReturnsBackgroundDataEntity() { // Setup var random = new Random(21);