Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 9b060c4

Browse files
committed
Fix typo in test
1 parent fa61157 commit 9b060c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/V8Script_Run.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $file_name = 'test.js';
2727
$script = new V8\Script($context, new \V8\StringValue($isolate, $source), new \V8\ScriptOrigin($file_name));
2828
$res = $script->Run($context);
2929

30-
$v8_helper->run_checks($value);
30+
$v8_helper->run_checks($res);
3131

3232
$helper->dump($res->Value());
3333

0 commit comments

Comments
 (0)