Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kalianko committed Jan 20, 2025
1 parent 3e2001f commit f163cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DigiSignTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public function testChildren(): void
self::assertSame('/api/my', $mockClient->getLastRequest()->getUri()->getPath());
$dgs->report()->request('GET');
self::assertSame('/api/report', $mockClient->getLastRequest()->getUri()->getPath());
$dgs->multiSign()->request('GET');
self::assertSame('/api/multi-signs', $mockClient->getLastRequest()->getUri()->getPath());
}

public function testUserAgent(): void
Expand Down

0 comments on commit f163cb3

Please sign in to comment.