Skip to content

Commit

Permalink
feat: add support for nats-request
Browse files Browse the repository at this point in the history
  • Loading branch information
EJTJ3 committed Jul 27, 2023
1 parent 8c85ee0 commit a03ccf1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Connection/ClientConnectionOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ public function testProtocol(ClientConnectionOptions $options): void

$options->setProtocol(0);
$this->assertSame(0, $options->getProtocol());

$options->setProtocol(null);
$this->assertEmpty($options->getProtocol());
}

/**
Expand Down

0 comments on commit a03ccf1

Please sign in to comment.