Skip to content

Commit dfce9d8

Browse files
authored
fix: UserAvailableConstantsTest::testAllTypesAreTested (#3042)
1 parent 9aa53e7 commit dfce9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/api/Unit/UserAvailableConstantsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public function types()
2525
[Type::CLI, 'cli'],
2626
[Type::SQL, 'sql'],
2727
[Type::QUEUE, 'queue'],
28+
[Type::QUEUE, 'queue'],
29+
[Type::QUEUE, 'queue'],
2830

2931
[Type::CASSANDRA, 'cassandra'],
3032
[Type::ELASTICSEARCH, 'elasticsearch'],

0 commit comments

Comments
 (0)