Skip to content

Commit

Permalink
Added isEnvelope property to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vas9ka committed Feb 1, 2024
1 parent ce5bacf commit 08c0706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test-support/test-fragment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export const fragmentDto: FragmentDto = {
note: '',
legacyData: '',
isInFragmentarium: true,
isEnvelope: true,
},
],
[
Expand All @@ -357,6 +358,7 @@ export const fragmentDto: FragmentDto = {
note: '',
legacyData: '',
isInFragmentarium: false,
isEnvelope: true,
},
],
],
Expand Down

0 comments on commit 08c0706

Please sign in to comment.