Skip to content

Commit

Permalink
Update test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
signalpoint committed Jan 22, 2016
1 parent 6653e82 commit 626143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services.user.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var test_user_crud = function(name, pass, callback) {
ok(!!user_create_result.uri, "uri");*/

// Retrieve
asyncTest("user_load", function() {
asyncTest("jDrupal.userLoad", function() {
//user_load(user_create_result.uid, {
jDrupal.userLoad(account.id()).then(function() {
start();
Expand Down

0 comments on commit 626143c

Please sign in to comment.