1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 03:43:00 +00:00

Small changes

This commit is contained in:
Jkorf
2021-12-03 16:23:05 +01:00
parent 6d0120d564
commit 0818c6277b
5 changed files with 9 additions and 9 deletions
@@ -81,7 +81,7 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
}
public override AuthenticationProvider CreateAuthenticationProvider(ApiCredentials credentials)
protected override AuthenticationProvider CreateAuthenticationProvider(ApiCredentials credentials)
=> new TestAuthProvider(credentials);
}
}