test: fix teal_type_definition_spec
This commit is contained in:
parent
28ae4fb42a
commit
40610de920
|
@ -108,7 +108,7 @@ describe("Teal type definition Printer", function()
|
||||||
token = "variable",
|
token = "variable",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
return_types = { "boolean" },
|
return_types = { { "boolean" } },
|
||||||
name = "kill",
|
name = "kill",
|
||||||
token = "function",
|
token = "function",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue