Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Sep 29, 2023
1 parent e5ceb36 commit 2249e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/cases/server/client/cases/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ describe('create', () => {
],
},
]);

await expect(
create({ ...theCase }, clientArgs, casesClient)
).rejects.toThrowErrorMatchingInlineSnapshot(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
describe('Closure options', function () {
this.beforeEach(async () => {
await header.waitUntilLoadingHasFinished();
})
});
it('defaults the closure option correctly', async () => {
await cases.common.assertRadioGroupValue('closure-options-radio-group', 'close-by-user');
});
Expand Down

0 comments on commit 2249e67

Please sign in to comment.