Skip to content

Commit

Permalink
I think my local machine has effed up dates
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed Nov 8, 2023
1 parent 017f419 commit f97d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/components/__tests__/contributors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test('renders contributors', () => {
expect(queryByText(/2 contributors/)).toBeInTheDocument()
expect(queryByText(/Last edited by/)).toBeInTheDocument()
expect(queryByText(/colebemis/)).toBeInTheDocument()
expect(queryByText(/August 16, 2019/)).toBeInTheDocument()
expect(queryByText(/August 15, 2019/)).toBeInTheDocument()
})

test('does not render "last edited by" if latest contributor does not have a latest commit', () => {
Expand Down

0 comments on commit f97d6dc

Please sign in to comment.