Skip to content

Commit

Permalink
Update Lombiq.Tests.UI/Exceptions/VisualVerificationBaselineImageNotF…
Browse files Browse the repository at this point in the history
…oundException.cs

Co-authored-by: Szabolcs Deme <[email protected]>
  • Loading branch information
MZole and DemeSzabolcs authored Jul 27, 2023
1 parent 181c21b commit 752797d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ private static string GetExceptionMessage(string path, int maxRetryCount) =>
+ " meantime)."
: string.Create(
CultureInfo.InvariantCulture,
$"Baseline image file was not found under the path {path} and MaxRetryCount is set to {maxRetryCount}, "
$"Baseline image file was not found under the path {path} and maxRetryCount is set to {maxRetryCount}, "
+ $"so it won't be generated.");
}

0 comments on commit 752797d

Please sign in to comment.