diff options
Diffstat (limited to 'test/other_tools/git_operations/git_repo_remote.test.cpp')
-rw-r--r-- | test/other_tools/git_operations/git_repo_remote.test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/other_tools/git_operations/git_repo_remote.test.cpp b/test/other_tools/git_operations/git_repo_remote.test.cpp index 03fffd3d..37be3737 100644 --- a/test/other_tools/git_operations/git_repo_remote.test.cpp +++ b/test/other_tools/git_operations/git_repo_remote.test.cpp @@ -26,8 +26,8 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo_symlinks.bundle"}; auto const kRootCommit = - std::string{"3a8dc005262e2ea32d48dbe123e1dabe20e039c1"}; -auto const kRootId = std::string{"e00aa80fd1600090930c7ec0b7146028693074bf"}; + std::string{"3ecce3f5b19ad7941c6354d65d841590662f33ef"}; +auto const kRootId = std::string{"18770dacfe14c15d88450c21c16668e13ab0e7f9"}; } // namespace |