Skip to content

Commit

Permalink
Improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Tuke committed Jun 15, 2014
1 parent 60f51be commit da747c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/restapi/tests/restapi.php
Expand Up @@ -85,10 +85,11 @@ public function testLogin()
*/
public function testListsGet()
{
//Post Data
// Create empty params array
$post_params = array();

$result = $this->callApi( 'listsGet', $post_params);
// Execute the api call
$result = $this->callApi( 'listsGet', $post_params );

// Check if the lists were fetched successfully
$this->assertEquals( 'success', $result->status );
Expand Down

0 comments on commit da747c3

Please sign in to comment.