Skip to content

Commit

Permalink
Update types used in testAllTypesAreTested (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM authored Jan 17, 2025
1 parent 51e8314 commit 6b3218e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/Unit/UserAvailableConstantsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public function types()
[Type::CLI, 'cli'],
[Type::SQL, 'sql'],
[Type::QUEUE, 'queue'],
[Type::QUEUE, 'queue'],
[Type::QUEUE, 'queue'],
[Type::MESSAGE_CONSUMER, 'queue'],
[Type::MESSAGE_PRODUCER, 'queue'],

[Type::CASSANDRA, 'cassandra'],
[Type::ELASTICSEARCH, 'elasticsearch'],
Expand Down

0 comments on commit 6b3218e

Please sign in to comment.