Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Caplier committed Sep 30, 2024
1 parent c7618f4 commit 5ae18ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions libs/feature/editor/src/lib/+state/editor.effects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,6 @@ describe('EditorEffects', () => {
})
})

describe('cleanRecordAttachments$', () => {
it('dispatch markRecordAsChanged', () => {
actions = hot('-a-|', {
a: EditorActions.saveRecordSuccess(),
})
const expected = hot('---|')
expect(effects.cleanRecordAttachments$).toBeObservable(expected)
})
})

describe('checkHasChangesOnOpen$', () => {
describe('if the record has a draft', () => {
it('dispatch markRecordAsChanged', () => {
Expand Down

0 comments on commit 5ae18ca

Please sign in to comment.