Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-devis-agullo committed Apr 7, 2024
1 parent 8fe09cc commit 391664a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/unit/registry-domain-components-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('registry : domain : components-details', () => {
components: {
hello: {
'1.0.0': { publishDate: 1459864868000 },
'1.0.1': { publishDate: 1459864868001 }
'1.0.1': { publishDate: 1459864868001, templateSize: 300 }
}
}
})
Expand Down Expand Up @@ -236,7 +236,7 @@ describe('registry : domain : components-details', () => {
components: {
hello: {
'1.0.0': { publishDate: 1459864868000 },
'1.0.1': { publishDate: 1459864868001 }
'1.0.1': { publishDate: 1459864868001, templateSize: 300 }
}
}
});
Expand Down Expand Up @@ -380,8 +380,8 @@ describe('registry : domain : components-details', () => {
lastEdit: 1234567890,
components: {
hello: {
'1.0.0': { publishDate: 1459864868000 },
'1.0.1': { publishDate: 1459864868001 }
'1.0.0': { publishDate: 1459864868000, templateSize: 300 },
'1.0.1': { publishDate: 1459864868001, templateSize: 300 }
}
}
})
Expand Down Expand Up @@ -454,8 +454,8 @@ describe('registry : domain : components-details', () => {
lastEdit: 1234567890,
components: {
hello: {
'1.0.0': { publishDate: 1459864868000 },
'1.0.1': { publishDate: 1459864868001 }
'1.0.0': { publishDate: 1459864868000, templateSize: 300 },
'1.0.1': { publishDate: 1459864868001, templateSize: 300 }
}
}
});
Expand Down

0 comments on commit 391664a

Please sign in to comment.