Skip to content

Commit

Permalink
test(atomic): fix failing test because of source change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Oct 21, 2024
1 parent 269b205 commit 2d8c036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ describe('Color Facet Test Suites', () => {
describe('as a dependent', () => {
const parentFacetId = 'def';
const parentField = 'author';
const expectedValue = 'amoreau';
const expectedValue = 'Susan Cook';
beforeEach(() => {
new TestFixture()
.with(
Expand Down

0 comments on commit 2d8c036

Please sign in to comment.