Fix busted test
This commit is contained in:
parent
9a7d2e3fe4
commit
285f4d1be9
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ async fn test_code_context_retrieval_lua() {
|
||||||
-- Any functions this instance does not know of will 'look up' to the superclass definition.
|
-- Any functions this instance does not know of will 'look up' to the superclass definition.
|
||||||
setmetatable(instance, { __index = classdef, __newindex = mastertable })
|
setmetatable(instance, { __index = classdef, __newindex = mastertable })
|
||||||
return instance
|
return instance
|
||||||
end"#.unindent(), 809),
|
end"#.unindent(), 810),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue