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 dccdeb6
Showing 1 changed file with 48 additions and 24 deletions.
72 changes: 48 additions & 24 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 @@ -772,8 +784,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down Expand Up @@ -851,8 +865,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_OTHER_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -866,8 +882,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down Expand Up @@ -944,8 +962,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_2',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -954,8 +974,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE_3',
fileAttributes: {
metadata: {
hubMetadata: {
favori: false
externalDataSource: {
hubMetadata: {
favori: false
}
}
}
}
Expand All @@ -966,8 +988,10 @@ describe('CozyUtils', () => {
vendorRef: 'SOME_VALUE',
fileAttributes: {
metadata: {
hubMetadata: {
favori: true
externalDataSource: {
hubMetadata: {
favori: true
}
}
}
}
Expand Down

0 comments on commit dccdeb6

Please sign in to comment.