Skip to content

Commit 5b53c2e

Browse files
committed
fix test
1 parent b6df706 commit 5b53c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repository/repository_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TEST_CASE(single_repository_scan)
1616

1717
auto urls = std::ranges::to<std::vector>(repository.remote_repositories());
1818
REQUIRE(urls.size() == 1);
19-
REQUIRE(urls[0].first.url() == "https://github.com/hikogui/hikolang-tests-a.git");
19+
REQUIRE(urls[0].first.url() == "https://github.com/hikogui/hikolang-test-a.git");
2020
REQUIRE(urls[0].first.rev() == "main");
2121
}
2222

0 commit comments

Comments
 (0)