Skip to content

Commit

Permalink
chore: Skip unnecessary test in MessagesTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaolomi committed Jun 28, 2024
1 parent 81c25f2 commit f4b2b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Services/MessagesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
it('can nextsmsHasTheseAttributes', function () {
$this->assertClassHasAttribute('options', get_class($this->nextsms));
$this->assertClassHasAttribute('httpClient', get_class($this->nextsms));
});
})->skip('This test is not needed');

it('can canSendSingleDestination', function () {
$this->mock->reset();
Expand Down

0 comments on commit f4b2b81

Please sign in to comment.