Skip to content

Commit 8388891

Browse files
committed
Fix test name spelling to align with list.txt
1 parent f6aebf5 commit 8388891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/aq4.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('267. aq4.js', function() {
114114
await testsUtil.dropAQtestUser(AQ_USER);
115115
}); // after
116116

117-
it('267.1 empty arry or no recipients', async () => {
117+
it('267.1 empty array or no recipients', async () => {
118118
try {
119119
// Enqueue
120120
const queue1 = await conn.getQueue(
@@ -146,7 +146,7 @@ describe('267. aq4.js', function() {
146146
}
147147
});
148148

149-
it('267.2 single element in arry', async () => {
149+
it('267.2 single element in array', async () => {
150150
// Enqueue
151151
const queue1 = await conn.getQueue(
152152
objQueueName,

0 commit comments

Comments
 (0)