From 9abd787f0d0a3c480f7a3e4ac746f6771b4414ef Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 30 Jun 2022 10:45:13 -0700 Subject: [PATCH] test: update test method needs other method to use public datastore files --- tst/CTA.Rules.Test/VisualBasicTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/CTA.Rules.Test/VisualBasicTests.cs b/tst/CTA.Rules.Test/VisualBasicTests.cs index 78d318ed..d235f551 100644 --- a/tst/CTA.Rules.Test/VisualBasicTests.cs +++ b/tst/CTA.Rules.Test/VisualBasicTests.cs @@ -89,7 +89,7 @@ private TestSolutionAnalysis runCTAFile(string solutionName, string projectName [Test] public void TestOwinParadiseVb() { - var slnResults = runCTAFile("OwinParadiseVb.sln"); + var slnResults = AnalyzeSolution("OwinParadiseVb.sln", _tempDir, _downloadLocation, _version); var projresults = slnResults.ProjectResults.FirstOrDefault(); Assert.IsTrue(projresults != null);