Skip to content

Commit a39fa36

Browse files
committed
Delete the correct files.
1 parent 280c721 commit a39fa36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PSql.Deploy.Tests/Integration/InvokeSqlSeedCommandIntegrationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public class InvokeSqlSeedCommandIntegrationTests
1212
[Test]
1313
public void Invoke()
1414
{
15-
File.Delete("..PSqlDeployTestA.Typical.log");
16-
File.Delete("..PSqlDeployTestB.Typical.log");
15+
File.Delete("local.PSqlDeployTestA.Typical.log");
16+
File.Delete("local.PSqlDeployTestB.Typical.log");
1717

1818
var (_, exception) = Execute(
1919
"""

0 commit comments

Comments
 (0)