Skip to content

Commit

Permalink
Add a unit test we missed
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Jun 12, 2024
1 parent 69a9490 commit f032bb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void ServiceIsStarted()
[TestCase("mock-assembly.dll", false)]
[TestCase("../agents/net20/nunit-agent.exe", false)]
[TestCase("../agents/net20/nunit-agent-x86.exe", true)]
[TestCase("../netstandard2.0/nunit.engine.api.dll", false)]
public void SelectRuntimeFramework(string assemblyName, bool runAsX86)
{
var package = new TestPackage(Path.Combine(TestContext.CurrentContext.TestDirectory, assemblyName));
Expand Down

0 comments on commit f032bb5

Please sign in to comment.