Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Mar 20, 2024
1 parent bbedb84 commit a58b82b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ describe('the activity log logic', () => {
const actual = logic.values.humanizedActivity

expect(render(<>{actual[0].description}</>).container).toHaveTextContent(
'peter added tags 4 5 , and removed tags 2 3 on test insight'
'peter added tags 45, and removed tags 23 on test insight'
)
})

Expand Down

0 comments on commit a58b82b

Please sign in to comment.