mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Fix tests
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ fn test_error() -> Result<()> {
|
||||
let return_string_error = globals.get::<Function>("return_string_error")?;
|
||||
assert!(return_string_error.call::<Error>(()).is_ok());
|
||||
|
||||
match lua.load("if you're happy and you know it syntax error").exec() {
|
||||
match lua.load("if you are happy and you know it syntax error").exec() {
|
||||
Err(Error::SyntaxError {
|
||||
incomplete_input: false,
|
||||
..
|
||||
|
||||
Reference in New Issue
Block a user