Skip to content

Commit

Permalink
feat: Fix TUs
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianCourvoisier committed Sep 20, 2024
1 parent 5621574 commit 3482aa2
Showing 1 changed file with 44 additions and 22 deletions.
66 changes: 44 additions & 22 deletions src/cozyUtils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_OTHER_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -490,8 +492,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand Down Expand Up @@ -572,8 +576,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_OTHER_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -584,8 +590,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down Expand Up @@ -665,8 +673,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_OTHER_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -678,8 +688,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down Expand Up @@ -851,8 +863,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_OTHER_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -866,8 +880,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down Expand Up @@ -944,8 +960,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -954,8 +972,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_3',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -966,8 +986,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down

0 comments on commit 3482aa2

Please sign in to comment.