Skip to content

Commit f123b18

Browse files
author
Olivier Bonnaure
committed
feat: arangodb driver clean code
1 parent df1cf96 commit f123b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

specs/arangodb_spec.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ return {
5353
describe("UpdateDocument", function()
5454
it("update document", function()
5555
local collection = Adb.primary:CreateCollection("test_data")
56-
print(EncodeJson(collection))
5756
expect.truthy(collection.code == 200)
5857
local doc = Adb.primary:CreateDocument("test_data", { demo = true })
5958
expect.truthy(type(doc._key) == "string")

0 commit comments

Comments
 (0)