fix rust tests (#2090)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-11 20:51:26 -07:00
committed by GitHub
parent 75545ddff1
commit bce058ab52
11 changed files with 16 additions and 16 deletions

View File

@ -22,7 +22,7 @@ mod test_examples_my_func {
let ws = client
.modeling()
.commands_ws(None, None, None, None, None, Some(false))
.commands_ws(None, None, None, None, None, None, Some(false))
.await
.unwrap();
let tokens = crate::token::lexer("This is another code block.\nyes sirrr.\nmyFunc");
@ -117,7 +117,7 @@ mod test_examples_my_func {
let ws = client
.modeling()
.commands_ws(None, None, None, None, None, Some(false))
.commands_ws(None, None, None, None, None, None, Some(false))
.await
.unwrap();
let tokens = crate::token::lexer("This is code.\nIt does other shit.\nmyFunc");