Skip to content

Commit d3118a8

Browse files
committed
wip
1 parent 38217ee commit d3118a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Framework/Testing/Http/TestResponseHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ public function assertStatus(Status $expected): self
142142
actual: $this->status,
143143
message: sprintf(
144144
'Failed asserting status [%s] matched expected status of [%s].',
145-
$expected->value,
146145
$this->status->value,
146+
$expected->value,
147147
),
148148
);
149149

0 commit comments

Comments
 (0)