Skip to content

Commit

Permalink
Fix private tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-weber committed Jan 16, 2024
1 parent 47f4050 commit 9db3706
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/int/common/workbooks.private.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ describe('Private Entries in workboooks managment', () => {
isLocked: false,
isFavorite: false,
key: expect.any(String),
meta: {},
publishedId: null,
savedId: expect.any(String),
scope: 'dataset',
Expand Down Expand Up @@ -208,7 +207,6 @@ describe('Private for one workboook managment', () => {
isLocked: false,
isFavorite: false,
key: expect.any(String),
meta: {},
publishedId: null,
savedId: expect.any(String),
scope: 'dataset',
Expand Down

0 comments on commit 9db3706

Please sign in to comment.