NUC-31: Remove TestOutputHelper from FirebaseRestTranslator
This commit is contained in:
parent
b82c169513
commit
5d303f2497
1 changed files with 0 additions and 3 deletions
|
@ -29,11 +29,8 @@ namespace NucuCar.UnitTests.NucuCar.Domain.Tests.Utilities
|
||||||
*/
|
*/
|
||||||
public class FirebaseRestTranslatorTests
|
public class FirebaseRestTranslatorTests
|
||||||
{
|
{
|
||||||
private readonly ITestOutputHelper _testOutputHelper;
|
|
||||||
|
|
||||||
public FirebaseRestTranslatorTests(ITestOutputHelper testOutputHelper)
|
public FirebaseRestTranslatorTests(ITestOutputHelper testOutputHelper)
|
||||||
{
|
{
|
||||||
_testOutputHelper = testOutputHelper;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private Dictionary<string, object> getBasicTelemetryData()
|
private Dictionary<string, object> getBasicTelemetryData()
|
||||||
|
|
Loading…
Reference in a new issue