Skip to content
Snippets Groups Projects
Commit 41425566 authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3479388: Research normalize function calling in Chat operator

parent 9c1e9f27
No related branches found
No related tags found
2 merge requests!325Resolve #3492658 "Make it possible",!277Draft: Resolve #3479388 "Research normalize function"
......@@ -95,7 +95,7 @@ class ToolsPropertyResultTest extends TestCase {
$result2->validate();
// We expect an exception if its failing.
$this->expectException(AiToolsValidationException::class);
$result3 = new ToolsPropertyResult($stringInput, 'testtesttest');
$result3 = new ToolsPropertyResult($stringInput, 'aboriginalisms');
$result3->validate();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment