Skip to content

Commit 9207828

Browse files
committed
Fix response in updateLabels sample code
1 parent 0af28a0 commit 9207828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ try {
801801

802802
var_dump($ret);
803803
} catch (JiraException $e) {
804-
$this->assertTrue(false, 'testSearch Failed : '.$e->getMessage());
804+
$this->assertTrue(false, 'updateLabels Failed : '.$e->getMessage());
805805
}
806806
```
807807

0 commit comments

Comments
 (0)