Skip to content

Commit

Permalink
Fix test name spelling to align with list.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Sep 8, 2022
1 parent f6aebf5 commit 8388891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/aq4.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('267. aq4.js', function() {
await testsUtil.dropAQtestUser(AQ_USER);
}); // after

it('267.1 empty arry or no recipients', async () => {
it('267.1 empty array or no recipients', async () => {
try {
// Enqueue
const queue1 = await conn.getQueue(
Expand Down Expand Up @@ -146,7 +146,7 @@ describe('267. aq4.js', function() {
}
});

it('267.2 single element in arry', async () => {
it('267.2 single element in array', async () => {
// Enqueue
const queue1 = await conn.getQueue(
objQueueName,
Expand Down

0 comments on commit 8388891

Please sign in to comment.