Covert to black and white

This commit is contained in:
2022-02-25 13:08:03 -07:00
parent 18033a355a
commit 5475392c3f
3 changed files with 44 additions and 30 deletions

View File

@ -108,8 +108,6 @@ public class FileRead : Shared.FileRead, IFileRead
void IFileRead.CheckTests(Test[] tests, bool extra) => throw new Exception(string.Concat("Not ", nameof(_IsDuplicator)));
void IFileRead.Callback(object state) => Callback(state);
private Tuple<string, Test[], JsonElement[], List<FileInfo>> GetExtractResult(string reportFullPath, DateTime dateTime)
{
if (reportFullPath is null)