Skip to content

Commit

Permalink
correct mission description
Browse files Browse the repository at this point in the history
  • Loading branch information
cviolbarbosa committed Mar 12, 2024
1 parent f43c76b commit a6ff144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/07-agent-request-mission.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let helyosApplication, rabbitMQClient;

describe('07 Agent Request Mission', () => {

it('Agent request a mission and other Agent is reserved', async () => {
it('One Agent requests the mission and another Agent is reserved', async () => {
helyosApplication = await getHelyOSClientInstance();
rabbitMQClient = await getRabbitMQClientInstance();

Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"testcontainers": "^10.7.2"
},
"scripts": {
"test": "jest --runInBand"
"test": "jest --runInBand --verbose"
}
}

0 comments on commit a6ff144

Please sign in to comment.