Skip to content

Commit 7d7ca4a

Browse files
committed
chore: update test
1 parent a92c735 commit 7d7ca4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/HttpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function testCanGetResources(): void
117117
$this->assertEquals('x-def-y-def-' . $resource, $result);
118118
}
119119

120-
public function testCanGetDefaultValue(): void
120+
public function testCanGetDefaultValueWithFunction(): void
121121
{
122122
App::setResource('first', fn ($second) => "first-{$second}", ['second']);
123123
App::setResource('second', fn () => 'second');

0 commit comments

Comments
 (0)