Skip to content

Commit

Permalink
test: update test method
Browse files Browse the repository at this point in the history
needs other method to use public datastore files
  • Loading branch information
cslong committed Jun 30, 2022
1 parent d080fd6 commit 9abd787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/CTA.Rules.Test/VisualBasicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9abd787

Please sign in to comment.