Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/BackgroundDataCreateExtensionsTest.cs =================================================================== diff -u -rfde2f5bd7dfb9f60e298ecf2afe9623dd540e16c -r7071a71d08d7bd205f608b10100665481b94c27a --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/BackgroundDataCreateExtensionsTest.cs (.../BackgroundDataCreateExtensionsTest.cs) (revision fde2f5bd7dfb9f60e298ecf2afe9623dd540e16c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/BackgroundDataCreateExtensionsTest.cs (.../BackgroundDataCreateExtensionsTest.cs) (revision 7071a71d08d7bd205f608b10100665481b94c27a) @@ -58,7 +58,7 @@ const string preferredFormat = "image/png"; const bool isVisible = true; const bool isConfigured = true; - RoundedDouble transparancy = (RoundedDouble) 0.3; + var transparancy = (RoundedDouble) 0.3; var configuration = new WmtsBackgroundDataConfiguration(isConfigured, sourceCapabilitiesUrl, @@ -94,7 +94,6 @@ { BackgroundDataIdentifiers.PreferredFormat, preferredFormat } - }; var actualKeyValuePairs = entity.BackgroundDataMetaEntities.Select( @@ -109,7 +108,7 @@ const string name = "background"; const bool isVisible = true; const bool isConfigured = false; - RoundedDouble transparancy = (RoundedDouble)0.3; + var transparancy = (RoundedDouble) 0.3; var configuration = new WmtsBackgroundDataConfiguration(); @@ -150,7 +149,7 @@ const string name = "background"; const bool isVisible = true; const BackgroundDataType backgroundDataType = BackgroundDataType.WellKnown; - RoundedDouble transparancy = (RoundedDouble) 0.3; + var transparancy = (RoundedDouble) 0.3; var configuration = new WellKnownBackgroundDataConfiguration(wellKnownTileSource); var backgroundData = new BackgroundData(configuration)