From a563be278f9ef4b928701e6c708726ba6252a213 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 24 May 2023 14:23:05 +0200 Subject: test: Streamline filesystem git test repo... ...by removing unused subfolders and corresponding redundant checks in the tests using it. Also fixes misues in tests of the GetSubtree family of methods. --- test/other_tools/git_operations/critical_git_ops.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/other_tools/git_operations/critical_git_ops.test.cpp') diff --git a/test/other_tools/git_operations/critical_git_ops.test.cpp b/test/other_tools/git_operations/critical_git_ops.test.cpp index 092a3293..2fae228b 100644 --- a/test/other_tools/git_operations/critical_git_ops.test.cpp +++ b/test/other_tools/git_operations/critical_git_ops.test.cpp @@ -26,7 +26,7 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo.bundle"}; auto const kRootCommit = - std::string{"bc5f88b46bbf0c4c61da7a1296fa9a0559b92822"}; + std::string{"e4fc610c60716286b98cf51ad0c8f0d50f3aebb5"}; } // namespace -- cgit v1.2.3