Skip to content

Commit 5b3233f

Browse files
committed
Fix test
1 parent 28fe88d commit 5b3233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControlInstaller.Engine.UnitTests/Setup/SetupInstanceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
public class SetupInstanceTests
88
{
99
[Test]
10-
public void Should_not_throw_on_0_exit_code() => Assert.DoesNotThrow(() => InstanceSetup.Run("", "", "test", false));
10+
public void Should_not_throw_on_0_exit_code() => Assert.DoesNotThrow(() => InstanceSetup.Run(TestContext.CurrentContext.WorkDirectory, "SetupProcessFake.exe", "test", false));
1111
}

0 commit comments

Comments
 (0)