Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Nov 21, 2024
1 parent 06d909e commit 7195c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public async Task SetupAsync(IUserManager userManager)
{
location = Path.Combine(Directory.GetCurrentDirectory(), location);
}
_singleTestInstanceState.GetLogger().LogInformation($"Using static context in '{location}' using {userManager.Name}");

// Check if a channel has been specified
if (!string.IsNullOrEmpty(browserConfig.Channel))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\PowerApps-TestEngine\src\Microsoft.PowerApps.TestEngine\Microsoft.PowerApps.TestEngine.csproj" />
<ProjectReference Include="..\Microsoft.PowerApps.TestEngine\Microsoft.PowerApps.TestEngine.csproj" />
<ProjectReference Include="..\testengine.common.user\testengine.common.user.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 7195c54

Please sign in to comment.