Skip to content

Commit d593780

Browse files
updated
1 parent 07b8bbb commit d593780

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/LCT.Common.UTests/TelemetryHelperTests.cs

+1-8
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ public void Setup()
3232

3333
// Initialize your telemetry service (this will be the class under test)
3434
telemetryHelper = new TelemetryHelper(appSettings);
35-
}
36-
[TearDown]
37-
public void TearDown()
38-
{
39-
consoleOutput.Dispose();
40-
Console.SetOut(new StreamWriter(Console.OpenStandardOutput()) { AutoFlush = true });
41-
42-
}
35+
}
4336
[Test]
4437
public void StartTelemetry_ShouldInitializeAndTrackEvent_WhenTelemetryIsEnabled()
4538
{

0 commit comments

Comments
 (0)