Skip to content

Commit

Permalink
remove keys from balance sdk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mElzantot committed Sep 23, 2024
1 parent 9bf4020 commit d5a6afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Balance/SubsBase.SDK.Balance.Test/BalanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace SubsBase.SDK.Balance.Test;
[SingleThreaded]
public class BalanceTests
{
private static readonly string _publicKey = "F68B22FC-E444-4296-B415-D22434DD8061";
private static readonly string _privateKey = "nDCH601zDitO6gNRnDXhYLu0NN99CJbg";
private static readonly string _publicKey = "publicKey";
private static readonly string _privateKey = "privateKey";
private static Guid _1StBalanceId;
private static Guid _2NdBalanceId;
private static string _releasedAmountId;
Expand All @@ -20,7 +20,7 @@ public class BalanceTests
[OneTimeSetUp]
public void OneTimeInit()
{
balanceSdk = new BalanceSdk(_publicKey, _privateKey, environment: Environment.Development, "http://localhost:5199");
balanceSdk = new BalanceSdk(_publicKey, _privateKey, environment: Environment.Development);
}

[Test, Order(1)]
Expand Down

0 comments on commit d5a6afb

Please sign in to comment.