Skip to content

Commit e273411

Browse files
authored
Fix assembly version diff test for missing file (#44156)
1 parent 9906c90 commit e273411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/SdkContentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private string FindMatchingFilePath(string rootDir, Matcher matcher, string repr
169169
}
170170
}
171171

172-
Assert.Fail($"Unable to find matching file for '{representativeFile}' in '{rootDir}'.");
172+
OutputHelper.WriteLine($"Unable to find matching file for '{representativeFile}' in '{rootDir}'.");
173173
return string.Empty;
174174
}
175175

0 commit comments

Comments
 (0)