Skip to content

Commit

Permalink
Cosmetic updates
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Nestorow <[email protected]>
  • Loading branch information
PiotrNestor committed Aug 19, 2024
1 parent 4772e12 commit 777c5d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ExecutionInfoMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
using Gauge.Messages;
using Gauge.CSharp.Lib;
using Gauge.Dotnet.Processors;
using System.Diagnostics.Tracing;
using Microsoft.VisualBasic;

namespace Gauge.Dotnet
{
Expand Down
2 changes: 1 addition & 1 deletion test/ExecutionInfoMapperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void Setup()
Retries = new ScenarioRetriesInfo{MaxRetries = 0, CurrentRetry = 0} },
CurrentSpec = new SpecInfo {FileName = "dummy.spec", Name = "Dummy Spec", IsFailed = true},
CurrentStep = new StepInfo {IsFailed = true, ErrorMessage = "Dummy Error", StackTrace = "Dummy Stacktrace",
Step = new ExecuteStepRequest {ActualStepText = "Dummy Step Text"},
Step = new ExecuteStepRequest {ActualStepText = "Dummy Step Text"}
}
};
}
Expand Down

0 comments on commit 777c5d7

Please sign in to comment.