From 7e53364ce8c727d11014146dcc9b0868e0740240 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 9 Aug 2018 16:14:18 -0400 Subject: [PATCH] And here as well. --- test/Analysis/Python/Spec.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Analysis/Python/Spec.hs b/test/Analysis/Python/Spec.hs index b46715753..bab0e0ef8 100644 --- a/test/Analysis/Python/Spec.hs +++ b/test/Analysis/Python/Spec.hs @@ -57,7 +57,6 @@ spec config = parallel $ do other -> expectationFailure (show other) where - ns n = Just . Latest . Last . Just . Namespace n fixtures = "test/fixtures/python/analysis/" evaluate = evalPythonProject . map (fixtures <>) evalPythonProject = testEvaluating <=< evaluateProject' config (Proxy :: Proxy 'Language.Python) pythonParser