mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
fix(TestLib): fix error message typo.
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
std::ostringstream serverOutput(BINARY);
|
||||
OUTCOME_TRYV(serverLambda.read_call_write(serverInput, serverOutput));
|
||||
if (serverInput.fail()) {
|
||||
return StringError("Error on serverOutput");
|
||||
return StringError("Error on serverInput");
|
||||
}
|
||||
if (serverOutput.fail()) {
|
||||
return StringError("Error on serverOutput");
|
||||
|
||||
Reference in New Issue
Block a user