We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b8bbb commit d593780Copy full SHA for d593780
src/LCT.Common.UTests/TelemetryHelperTests.cs
@@ -32,14 +32,7 @@ public void Setup()
32
33
// Initialize your telemetry service (this will be the class under test)
34
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
+ }
43
[Test]
44
public void StartTelemetry_ShouldInitializeAndTrackEvent_WhenTelemetryIsEnabled()
45
{
0 commit comments