Skip to content

Commit 2b6172e

Browse files
committed
Fix tests
1 parent 20f7ce0 commit 2b6172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ fn test_error() -> Result<()> {
322322
let return_string_error = globals.get::<Function>("return_string_error")?;
323323
assert!(return_string_error.call::<Error>(()).is_ok());
324324

325-
match lua.load("if you're happy and you know it syntax error").exec() {
325+
match lua.load("if you are happy and you know it syntax error").exec() {
326326
Err(Error::SyntaxError {
327327
incomplete_input: false,
328328
..

0 commit comments

Comments
 (0)