We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6aebf5 commit 8388891Copy full SHA for 8388891
test/aq4.js
@@ -114,7 +114,7 @@ describe('267. aq4.js', function() {
114
await testsUtil.dropAQtestUser(AQ_USER);
115
}); // after
116
117
- it('267.1 empty arry or no recipients', async () => {
+ it('267.1 empty array or no recipients', async () => {
118
try {
119
// Enqueue
120
const queue1 = await conn.getQueue(
@@ -146,7 +146,7 @@ describe('267. aq4.js', function() {
146
}
147
});
148
149
- it('267.2 single element in arry', async () => {
+ it('267.2 single element in array', async () => {
150
151
152
objQueueName,
0 commit comments