mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
fix(compiler/test): Fixing naming in end_to_end tests
This commit is contained in:
@@ -147,7 +147,7 @@ std::string getTestName(EndToEndDesc desc,
|
||||
int testNum) {
|
||||
std::ostringstream os;
|
||||
os << getOptionsName(options) << "." << desc.description << "." << testNum;
|
||||
return os.str().substr(1);
|
||||
return os.str();
|
||||
}
|
||||
|
||||
void registerEndToEnd(std::string suiteName, std::string testName,
|
||||
|
||||
Reference in New Issue
Block a user