Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/DuneLocationsReaderTest.cs =================================================================== diff -u -r0f6942caadb447b170627a385ebd13cc1b6aac20 -r9717724b58f9be090380d74ba4d30c74ba81eb0c --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/DuneLocationsReaderTest.cs (.../DuneLocationsReaderTest.cs) (revision 0f6942caadb447b170627a385ebd13cc1b6aac20) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/DuneLocationsReaderTest.cs (.../DuneLocationsReaderTest.cs) (revision 9717724b58f9be090380d74ba4d30c74ba81eb0c) @@ -36,11 +36,11 @@ var reader = new DuneLocationsReader(); // Call - IEnumerable locations = reader.ReadDuneLocations(); + IEnumerable locations = reader.ReadDuneLocations(); // Assert Assert.AreEqual(3431, locations.Count()); - foreach (DuneLocation duneLocation in locations) + foreach (ReadDuneLocation duneLocation in locations) { Assert.IsNotNullOrEmpty(duneLocation.Name); Assert.IsNotNull(duneLocation.Location);