Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs =================================================================== diff -u -r1010d4569cd91ef8661e423e01f833e932180fd4 -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs (.../ClosingStructureTest.cs) (revision 1010d4569cd91ef8661e423e01f833e932180fd4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs (.../ClosingStructureTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -457,7 +457,7 @@ Name = "otherName", Id = "otherId", Location = new Point2D(1, 1), - StructureNormalOrientation = (RoundedDouble)random.Next(), + StructureNormalOrientation = (RoundedDouble) random.Next(), AllowedLevelIncreaseStorage = { Mean = (RoundedDouble) (random.NextDouble() + 1.0), @@ -592,9 +592,9 @@ [Test] [TestCaseSource(nameof(StructureCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(ClosingStructure structure, - ClosingStructure otherStructure, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(ClosingStructure structure, + ClosingStructure otherStructure, + bool expectedToBeEqual) { // Call bool isStructureEqualToOther = structure.Equals(otherStructure);