Skip to content

Commit 9b90072

Browse files
author
Olivier Bonnaure
committed
feat: arangodb User Defined Functions
1 parent 62e2e4c commit 9b90072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/arangodb_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ return {
267267

268268
-- UDF
269269

270-
describe("Javascript Transactions", function()
270+
describe("User Defined Functions", function()
271271
it("create / read / delete a function", function()
272272
local fn = Adb.primary:CreateFunction({
273273
name = "myfunctions::temperature::celsiustofahrenheit",

0 commit comments

Comments
 (0)