Skip to content

Commit

Permalink
remove changelog from clone skill command test
Browse files Browse the repository at this point in the history
co-authored-by: Iris Benoit <iris.benoit@pix.fr>
Co-authored-by: Nicolas Lepage <nicolas.lepage@pix.fr>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 6e11e35 commit a150e27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/tests/unit/domain/usecases/clone-skill_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe('Unit | Domain | Usecases | clone-skill', () => {
const cloneCommand = {
tubeDestinationId: 'tubeABCId',
level: -1,
changelogText: '',
skillIdToClone: 'skillABC1Id',
userId,
};
Expand All @@ -70,7 +69,6 @@ describe('Unit | Domain | Usecases | clone-skill', () => {
const cloneCommand = {
tubeDestinationId: 'tubeABCId',
level: 7,
changelogText: '',
skillIdToClone: 'skillABC1Id',
userId,
};
Expand All @@ -89,7 +87,6 @@ describe('Unit | Domain | Usecases | clone-skill', () => {
const cloneCommand = {
tubeDestinationId: 'tubeABCId',
level: 7,
changelogText: '',
skillIdToClone: 'skillABC1Id',
userId,
};
Expand All @@ -108,7 +105,6 @@ describe('Unit | Domain | Usecases | clone-skill', () => {
const cloneCommand = {
tubeDestinationId: 'tubeABCId',
level: 7,
changelogText: '',
skillIdToClone: 'skillABC1Id',
userId,
};
Expand All @@ -132,7 +128,6 @@ describe('Unit | Domain | Usecases | clone-skill', () => {
cloneCommand = {
tubeDestinationId: 'tubeABCId',
level: 4,
changelogText: '',
skillIdToClone: 'skillABC1Id',
userId,
};
Expand Down

0 comments on commit a150e27

Please sign in to comment.