Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Dec 21, 2023
1 parent eee950e commit 16d060b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export default ({ getService }: FtrProviderContext): void => {
});

describe('partial updates', () => {
it('should not result to a version conflict (409) when adding a comment to an updated case', async () => {
it('should not result to a version conflict (409) when updating a comment to an updated case', async () => {
const postedCase = await createCase(supertest, postCaseReq);
const caseWithComments = await createComment({
supertest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ export default ({ getService }: FtrProviderContext): void => {
});

describe('partial updates', () => {
it('should not result to a version conflict (409) when adding a comment to an updated case', async () => {
it('should not result to a version conflict (409) when adding comments to an updated case', async () => {
const postedCase = await createCase(supertest, postCaseReq);

/**
Expand Down

0 comments on commit 16d060b

Please sign in to comment.