Refactor to accept new Library structure

This commit is contained in:
2024-03-08 22:20:13 +01:00
parent b7398db9b1
commit 7e4ee0a9a9
46 changed files with 122 additions and 132 deletions

View File

@@ -11,6 +11,6 @@
TEST_CASE("Test Python Classifiers score", "[PyClassifiers]")
{
std::string version = { project_version.begin(), project_version.end() };
std::string version = { platform_project_version.begin(), platform_project_version.end() };
REQUIRE(version == "1.0.4");
}