Skip to content

Commit d56bf8b

Browse files
committed
fix: InReview publication status
1 parent 2f6cd22 commit d56bf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/collections/GetMyDataCollectionItems.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('execute', () => {
120120
count: 0
121121
},
122122
{
123-
publicationStatus: 'In Review',
123+
publicationStatus: 'InReview',
124124
count: 0
125125
},
126126
{

0 commit comments

Comments
 (0)