Skip to content

Commit 13bcb44

Browse files
committed
Updated NotFoundException's namespace in the test
1 parent 9da2f86 commit 13bcb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ClassDiscoverySpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function it_throws_an_exception_when_binding_not_found(Discovery $discovery)
4747
{
4848
$discovery->findBindings('InvalidBinding')->willReturn([]);
4949

50-
$this->shouldThrow('Http\Discovery\NotFoundException')->duringFindOneByType('InvalidBinding');
50+
$this->shouldThrow('Http\Discovery\Exception\NotFoundException')->duringFindOneByType('InvalidBinding');
5151
}
5252

5353
function it_returns_a_class_binding(Discovery $discovery, ClassBinding $binding)

0 commit comments

Comments
 (0)