Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/FileImporters/ForeshoreProfileReplaceDataStrategyTest.cs =================================================================== diff -u -r387bcf9bfcfa471c33abd9e5c4cba13bba98bbb7 -r51d6a6c0fed071e9ad51f8cbc65e7449b1e928ca --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/FileImporters/ForeshoreProfileReplaceDataStrategyTest.cs (.../ForeshoreProfileReplaceDataStrategyTest.cs) (revision 387bcf9bfcfa471c33abd9e5c4cba13bba98bbb7) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/FileImporters/ForeshoreProfileReplaceDataStrategyTest.cs (.../ForeshoreProfileReplaceDataStrategyTest.cs) (revision 51d6a6c0fed071e9ad51f8cbc65e7449b1e928ca) @@ -68,7 +68,7 @@ var strategy = new ForeshoreProfileReplaceDataStrategy(new TestFailureMechanism(), new ForeshoreProfileCollection()); // Assert - Assert.IsInstanceOf>(strategy); + Assert.IsInstanceOf>(strategy); Assert.IsInstanceOf(strategy); } Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/FileImporters/ForeshoreProfileUpdateDataStrategyTest.cs =================================================================== diff -u -r4acf48cb3db6a2bcb8bba63b9dbf7b4e85f9385f -r51d6a6c0fed071e9ad51f8cbc65e7449b1e928ca --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/FileImporters/ForeshoreProfileUpdateDataStrategyTest.cs (.../ForeshoreProfileUpdateDataStrategyTest.cs) (revision 4acf48cb3db6a2bcb8bba63b9dbf7b4e85f9385f) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/FileImporters/ForeshoreProfileUpdateDataStrategyTest.cs (.../ForeshoreProfileUpdateDataStrategyTest.cs) (revision 51d6a6c0fed071e9ad51f8cbc65e7449b1e928ca) @@ -123,7 +123,7 @@ // Assert Assert.IsInstanceOf(strategy); - Assert.IsInstanceOf>(strategy); + Assert.IsInstanceOf>(strategy); } [Test]