Skip to content

Commit 3005c75

Browse files
committed
updating test title
1 parent fde7e9b commit 3005c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ml/public/application/services/ml_server_info.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('ml_server_info', () => {
3535
});
3636

3737
describe('cloud information', () => {
38-
it('should get could deployment id', () => {
38+
it('should get could deployment id and trial info', () => {
3939
expect(isCloud()).toBe(true);
4040
expect(isCloudTrial()).toBe(true);
4141
expect(getCloudDeploymentId()).toBe('85d666f3350c469e8c3242d76a7f459c');

0 commit comments

Comments
 (0)