Skip to content

Commit

Permalink
test: Trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Jul 25, 2024
1 parent e9fb889 commit a4419c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/__tests__/ceramic-feed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ describe('Ceramic feed', () => {
expect(String(emissions[1].commitId)).toEqual(String(document.allCommitIds[0]))
// model.anchor
expect(String(emissions[2].commitId.baseID)).toEqual(String(model.id))

expect(emissions[2].eventType).toEqual(EventType.TIME)
// document.anchor
expect(String(emissions[3].commitId)).toEqual(String(document.allCommitIds[1]))
Expand Down

0 comments on commit a4419c1

Please sign in to comment.