Skip to content

Commit

Permalink
fix(structure): update breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Dec 13, 2024
1 parent d04f2da commit 2b9bb33
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@ const mockUseDocumentPane = useDocumentPane as MockedFunction<
const mockUseReleases = useReleases as Mock<typeof useReleases>
const mockCurrent: ReleaseDocument = {
_updatedAt: '2024-07-12T10:39:32Z',
createdBy: 'pzAhBTkNX',
_id: '_.releases.spring-drop',
_id: '_.releases.rSpringDrop',
_type: 'system.release',
_rev: 'r123',
metadata: {
description: 'What a spring drop, allergies galore 🌸',
releaseType: 'asap',
title: 'Spring Drop',
},
_createdAt: '2024-07-02T11:37:51Z',
name: 'spring-drop',
state: 'scheduled',
}

Expand Down

0 comments on commit 2b9bb33

Please sign in to comment.