Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
levidurfee committed Oct 19, 2018
1 parent 099f383 commit 57318b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Endpoints/UARulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getRuleDetails()
$result = $lockdown->getRuleDetails('023e105f4ecef8ad9ca31a8372d0c353', '372e67954025e0ba6aaa6d586b9e0b59');

$this->assertEquals('372e67954025e0ba6aaa6d586b9e0b59', $result->id);
$this->assertEquals('372e67954025e0ba6aaa6d586b9e0b59', $rules->getBody()->result->id);
$this->assertEquals('372e67954025e0ba6aaa6d586b9e0b59', $lockdown->getBody()->result->id);
}

public function testUpdateRule()
Expand Down

0 comments on commit 57318b2

Please sign in to comment.