Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs =================================================================== diff -u -r2f41eb6eb560911cd4ebe2d4d6924c26df911c40 -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 2f41eb6eb560911cd4ebe2d4d6924c26df911c40) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -260,9 +260,9 @@ [Test] [TestCaseSource(nameof(StructureCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(StructureBase structure, - StructureBase otherStructure, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(StructureBase structure, + StructureBase otherStructure, + bool expectedToBeEqual) { // Call bool isStructureEqualToOther = structure.Equals(otherStructure);