Skip to content

Commit d596730

Browse files
committed
Fixing another bug with Atttribution test
1 parent 75b5385 commit d596730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/Attribution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ test("Attribution renders users byline", async function(){
1313
})
1414

1515
test("Attribution renders date", async function(){
16-
const result = renderWithStore(Attribution, { users, create_date: "July 10, 2025", modified_date: "July 16, 2025"})
16+
const result = renderWithStore(Attribution, { users, created_date: "July 10, 2025", modified_date: "July 16, 2025"})
1717
expect(result.container.querySelector('#oligrapher-attribution-date').textContent).toEqual("Created on July 10, 2025. Last updated on July 16, 2025.")
1818
})

0 commit comments

Comments
 (0)