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 5b7ba12 commit e9fb889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/__tests__/ceramic-feed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ 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 e9fb889

Please sign in to comment.