Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Oct 16, 2023
1 parent dbae4db commit 80a6c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/server/saved_objects/service/lib/repository.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,8 @@ describe('SavedObjectsRepository', () => {
body: expect.objectContaining({
workspaces: ['foo'],
}),
})
}),
expect.anything()
);
});

Expand Down

0 comments on commit 80a6c3f

Please sign in to comment.