Skip to content

Commit

Permalink
Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcfanning committed Aug 1, 2023
1 parent d59540c commit 56db197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ private static void RunResultsCachingTestCase(ResultsCachingTestCase testCase,
{
runWithCaching.Artifacts.Should().NotBeEmpty();

if (string.IsNullOrWhiteSpace(options.AutomationId) && options.AutomationGuid == null)
if (string.IsNullOrWhiteSpace(options.AutomationId) && options.AutomationGuid == default)
{
runWithCaching.AutomationDetails.Should().Be(null);
}
Expand Down

0 comments on commit 56db197

Please sign in to comment.