Skip to content

Commit

Permalink
tmp fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Jun 8, 2020
1 parent 7bad77d commit 839fc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Transport/CliSnmpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function testWalkWithEndOfMibError() : void

public function testWalkWithSnmpVersion1AndEndOfMibError() : void
{
$this->expectExceptionObject(EndOfMibReached::fromOid('.1.15'));
$this->expectExceptionObject(EndOfMibReached::new());

$this->createCliSnmp('1')->walk('.1.15');
}
Expand Down

0 comments on commit 839fc83

Please sign in to comment.