Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
clausbruun committed Apr 11, 2024
1 parent 6c00ccf commit cd64925
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/facet-browser/__snapshots__/helper.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports[`formatFacetTerms > should format facet terms 1`] = `
exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
[
{
"name": "mainLanguages",
"name": "workTypes",
"values": [
{
"key": "",
Expand All @@ -80,7 +80,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "accessTypes",
"name": "creators",
"values": [
{
"key": "",
Expand All @@ -89,7 +89,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "childrenOrAdults",
"name": "subjects",
"values": [
{
"key": "",
Expand All @@ -98,7 +98,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "creators",
"name": "fictionNonfiction",
"values": [
{
"key": "",
Expand All @@ -107,7 +107,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "fictionNonfiction",
"name": "childrenOrAdults",
"values": [
{
"key": "",
Expand All @@ -116,7 +116,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "fictionalCharacters",
"name": "accessTypes",
"values": [
{
"key": "",
Expand All @@ -125,7 +125,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "genreAndForm",
"name": "mainLanguages",
"values": [
{
"key": "",
Expand All @@ -134,7 +134,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "materialTypesSpecific",
"name": "genreAndForm",
"values": [
{
"key": "",
Expand All @@ -143,7 +143,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "subjects",
"name": "materialTypesSpecific",
"values": [
{
"key": "",
Expand All @@ -152,7 +152,7 @@ exports[`getPlaceHolderFacets > should get placeholder facets 1`] = `
],
},
{
"name": "workTypes",
"name": "fictionalCharacters",
"values": [
{
"key": "",
Expand Down

0 comments on commit cd64925

Please sign in to comment.