Skip to content

Commit 5e780c1

Browse files
committed
Fixed the test.
1 parent f18816e commit 5e780c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AqlUserFunctionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function testRegisterListAndUnregisterAqlUserFunctionUsingShortcut()
9898
'did not return expected Function. Instead returned: ' . $list[0]['name'] . ' and ' . $list[0]['code']
9999
);
100100

101-
$result = $userFunction->unregister();
101+
$result = $userFunction->unregister($name);
102102

103103
$this->assertTrue(
104104
$result['error'] == false,

0 commit comments

Comments
 (0)