Skip to content

Commit

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

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

0 comments on commit 7255363

Please sign in to comment.