Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Mar 22, 2024
1 parent e318fa5 commit 9dc8daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion visual-dotnet/SauceLabs.Visual/VisualClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ public Task<string> VisualCheck(string name, VisualCheckOptions? options = null,

private async Task<string> VisualCheckAsync(string name, VisualCheckOptions options)
{

var ignored = new List<RegionIn>();
ignored.AddRange(options.IgnoreRegions?.Select(r => new RegionIn(r)) ?? new List<RegionIn>());
ignored.AddRange(options.IgnoreElements?.Select(r => new RegionIn(r)) ?? new List<RegionIn>());
Expand Down

0 comments on commit 9dc8daa

Please sign in to comment.