1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-02 03:38:55 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-06-01 18:17:22 +00:00 committed by Vitaly the Alpaca (bot)
parent 8203b3a282
commit 08c265aaf7
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ Function ExpectsThat(Value) Export
Return Module.ОжидаетЧто(Value);
Except
Return Awaiting.Что(Value);
Return Ожидаем.Что(Value);
EndTry;
EndFunction

View File

@ -231,7 +231,7 @@ Function ExpectsThat(Value) Export
Return Module.ОжидаетЧто(Value);
Except
Return Awaiting.Что(Value);
Return Ожидаем.Что(Value);
EndTry;
EndFunction