Skip to content

Commit

Permalink
Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Nov 22, 2021
1 parent 73c5f87 commit f2c9d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Event/ConsentUpdatedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ final class ConsentUpdatedTest extends TestCase
public function it_is_initializable(): void
{
new ConsentUpdated(new Consent(new ClientId('client_id'), true, true, true));
new ConsentUpdated(
new Consent(new ClientId('client_id'), true, true, true),
new Consent(new ClientId('client_id'), false, false, false)
);

self::assertTrue(true);
}
Expand Down

0 comments on commit f2c9d29

Please sign in to comment.