From 07c44f8214a470214c364ce93f8894704fa06a78 Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Sun, 20 Aug 2017 16:23:47 +0200 Subject: [PATCH] fix test --- .../Paket.IntegrationTests/ConvertFromNuGetSpecs.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/Paket.IntegrationTests/ConvertFromNuGetSpecs.fs b/integrationtests/Paket.IntegrationTests/ConvertFromNuGetSpecs.fs index dc8b327400..199d549943 100644 --- a/integrationtests/Paket.IntegrationTests/ConvertFromNuGetSpecs.fs +++ b/integrationtests/Paket.IntegrationTests/ConvertFromNuGetSpecs.fs @@ -152,7 +152,7 @@ let ``#2528 sdk-2: install should not warn with FSharp.Core``() = let scenario = "i002528-4" let messages = paket "install" scenario messages - |> shouldContainText "does not reference FSharp.Core" + |> shouldNotContainText "does not reference FSharp.Core" [] let ``#2528 sdk-2: install should warn without FSharp.Core: not in dep, not in ref``() =