Skip to content

Commit

Permalink
updating test text
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Nov 11, 2020
1 parent 5ab3962 commit 44f31c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const mlClusterClient = ({
asInternalUser: callAs,
} as unknown) as IScopedClusterClient;

describe('ML - data recognizer', () => {
describe('jobOverrides', () => {
describe('ML - job initialization', () => {
describe('createJobSpaceOverrides', () => {
it('should apply job overrides correctly', async () => {
const overrides = await createJobSpaceOverrides(mlClusterClient);
expect(overrides).toEqual(result);
Expand Down

0 comments on commit 44f31c2

Please sign in to comment.