Skip to content

Commit

Permalink
Update src/libutil/tests/git.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Nov 6, 2023
1 parent c837e61 commit 28dcd3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libutil/tests/git.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ TEST_F(GitTest, blob_write) {
});
}

/**
* This data is for "shallow" tree tests, these hashes don't mean anything / do not need to have known preimages.
*/
const static Tree tree = {
{
"Foo",
Expand Down

0 comments on commit 28dcd3f

Please sign in to comment.