Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Nov 11, 2024
1 parent 0243116 commit 7553285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoinGecko.Net.UnitTests/JsonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class JsonTests
{
private JsonToObjectComparer<CoinGeckoRestClient> _comparer = new JsonToObjectComparer<CoinGeckoRestClient>((json) => TestHelpers.CreateResponseClient(json, x =>
{
x.ApiCredentials = new CryptoExchange.Net.Authentication.ApiCredentials("123", "123");
x.ApiCredentials = new CoinGeckoApiCredentials("123");
x.ApiOptions.OutputOriginalData = true;
},
System.Net.HttpStatusCode.OK));
Expand Down

0 comments on commit 7553285

Please sign in to comment.