Restore earlier log messages for checkHashPatterns

This commit is contained in:
Michael B. Gale
2025-11-09 11:11:10 +00:00
parent b0e9dfce55
commit a47d5507cf
4 changed files with 13 additions and 5 deletions
+2
View File
@@ -130,6 +130,7 @@ test("checkHashPatterns - logs when no patterns match", async (t) => {
features,
KnownLanguage.csharp,
config,
"download",
getRecordingLogger(messages),
);
@@ -158,6 +159,7 @@ test("checkHashPatterns - returns patterns when patterns match", async (t) => {
features,
KnownLanguage.csharp,
config,
"upload",
getRecordingLogger(messages),
);