Skip to content

Commit

Permalink
Fix tests +semver: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Mar 5, 2024
1 parent efe901b commit 99d6f70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/VstsSyncMigrator.Core.Tests/WorkItemMigrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void Setup()
_services,
_services.GetRequiredService<ITelemetryLogger>(),
_services.GetRequiredService<ILogger<WorkItemMigrationContext>>(),
_services.GetRequiredService< TfsAttachmentEnricher>(),
nodeStructure,
_services.GetRequiredService<TfsRevisionManager>(),
_services.GetRequiredService<TfsWorkItemLinkEnricher>(),
Expand Down Expand Up @@ -159,10 +160,10 @@ public void TestFixAreaPath_WhenAreaPathInQuery_WithPrefixProjectToNodesEnabled_
{
AreaMaps = new Dictionary<string, string>()
{
{ "^SourceServer\\\\(.*)" , "TargetServer\\SourceServer\\$1" }
{ "^Source Project\\\\(.*)" , "Target Project\\Source Project\\$1" }
},
IterationMaps = new Dictionary<string, string>(){
{ "^SourceServer\\\\(.*)" , "TargetServer\\SourceServer\\$1" }
{ "^Source Project\\\\(.*)" , "Target Project\\Source Project\\$1" }
},
});

Expand Down

0 comments on commit 99d6f70

Please sign in to comment.