Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed May 12, 2021
1 parent 1783023 commit f344583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-config-schema/src/types/string_type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ describe('#hostname', () => {
);

// DOMAIN_LONG_SEGMENT (63 chars max per segment) - https://github.com/sideway/address/blob/master/lib/domain.js#L79
//const hostNameWithMaxAllowedLength = 'a'.repeat(100);
//expect(hostNameSchema.validate(hostNameWithMaxAllowedLength)).toBe(
// const hostNameWithMaxAllowedLength = 'a'.repeat(100);
// expect(hostNameSchema.validate(hostNameWithMaxAllowedLength)).toBe(
// hostNameWithMaxAllowedLength
//);
// );
});

test('returns error when value is not a valid hostname', () => {
Expand Down

0 comments on commit f344583

Please sign in to comment.