Skip to content

Commit 304bbb8

Browse files
committed
Fix test
1 parent a67105d commit 304bbb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/Endpoints/LabelsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function get_a_label_by_shipment_object()
5353
public function getting_a_label_with_an_invalid_shipment_id_should_throw_an_error()
5454
{
5555
$this->expectException(\Mvdnbrk\DhlParcel\Exceptions\DhlParcelException::class);
56-
$this->expectExceptionMessage('Error executing API call: Could not parse LabelId from 999999');
56+
$this->expectExceptionMessage("Error executing API call: Could not parse id from '999999'");
5757

5858
$this->client->labels->get('999999');
5959
}

0 commit comments

Comments
 (0)