We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6df706 commit 5b53c2eCopy full SHA for 5b53c2e
src/repository/repository_tests.cpp
@@ -16,7 +16,7 @@ TEST_CASE(single_repository_scan)
16
17
auto urls = std::ranges::to<std::vector>(repository.remote_repositories());
18
REQUIRE(urls.size() == 1);
19
- REQUIRE(urls[0].first.url() == "https://github.com/hikogui/hikolang-tests-a.git");
+ REQUIRE(urls[0].first.url() == "https://github.com/hikogui/hikolang-test-a.git");
20
REQUIRE(urls[0].first.rev() == "main");
21
}
22
0 commit comments