Skip to content

Commit

Permalink
Merge pull request #13070 from turbolay/fixPathInRegTests
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay committed May 24, 2024
2 parents 083d860 + 2638e7f commit 1ec9c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Tests/XunitConfiguration/RegTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public RegTestFixture()
var walletName = "wallet";
BackendRegTestNode.RpcClient.CreateWalletAsync(walletName).GetAwaiter().GetResult();

var testnetBackendDir = EnvironmentHelpers.GetDataDir(Path.Combine(Common.DataDir, "RegTests", "Backend"));
var testnetBackendDir = Path.Combine(Common.DataDir, "RegTests", "Backend");
IoHelpers.TryDeleteDirectoryAsync(testnetBackendDir).GetAwaiter().GetResult();
Thread.Sleep(100);
Directory.CreateDirectory(testnetBackendDir);
Expand Down

0 comments on commit 1ec9c1d

Please sign in to comment.