Fix busted test

Mikayla created

Change summary

crates/semantic_index/src/semantic_index_tests.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/semantic_index/src/semantic_index_tests.rs 🔗

@@ -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.
                 setmetatable(instance, { __index = classdef, __newindex = mastertable })
                 return instance
-            end"#.unindent(), 809),
+            end"#.unindent(), 810),
         ]
     );
 }