Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Aug 1, 2022
1 parent 6c8bd51 commit 68fdc1d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ internal TestDocumentLoader(TestHostDocument hostDocument, string text)
_text = text;
}

internal override SourceHashAlgorithm ChecksumAlgorithm
=> _hostDocument.ChecksumAlgorithm;

internal override string? FilePath
=> _hostDocument.FilePath;

Expand Down

0 comments on commit 68fdc1d

Please sign in to comment.