We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be7753 commit 08e1a02Copy full SHA for 08e1a02
1 file changed
test/tests/editor_helper.lua
@@ -19,7 +19,6 @@ end
19
20
do
21
local editor = single_file([[local a = 1]])
22
- table.print(editor:GetHover(path, 0, 6), 1)
23
assert(editor:GetHover(path, 0, 6).obj:GetData() == 1)
24
end
25
0 commit comments