Skip to content

Commit 9c17241

Browse files
committed
Undo accidental change from bc822f9.
1 parent 61c19d2 commit 9c17241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSql.Deploy.Tests/Utilities/CmdletExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ public void WriteHost_NotNull()
114114

115115
private static (IReadOnlyList<PSObject?>, Exception?) Execute(string command)
116116
{
117-
return ScriptExecutor.Execute(command);
117+
return ScriptExecutor.Execute(ScriptExecutor.WithTestingVariable, command);
118118
}
119119
}

0 commit comments

Comments
 (0)