Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 19, 2020
1 parent b6ff1af commit c13cf92
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 0,
id: 3,
valid: 'valid',
message: '1000 field values analyzed, 95% contain 3 or more tokens.',
},
Expand All @@ -117,12 +117,12 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 1,
id: 4,
valid: 'partially_valid',
message: 'The median length for the field values analyzed is over 400 characters.',
},
{
id: 4,
id: 0,
valid: 'invalid',
message:
'Tokenization of field value examples has failed due to more than 10000 tokens being found in a sample of 50 values.',
Expand All @@ -144,12 +144,12 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 0,
id: 3,
valid: 'valid',
message: '250 field values analyzed, 95% contain 3 or more tokens.',
},
{
id: 2,
id: 5,
valid: 'partially_valid',
message: 'More than 75% of field values are null.',
},
Expand All @@ -170,12 +170,12 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 0,
id: 3,
valid: 'valid',
message: '500 field values analyzed, 100% contain 3 or more tokens.',
},
{
id: 1,
id: 4,
valid: 'partially_valid',
message: 'The median length for the field values analyzed is over 400 characters.',
},
Expand All @@ -196,7 +196,7 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 0,
validationChecks: [
{
id: 3,
id: 0,
valid: 'invalid',
message:
'No examples for this field could be found. Please ensure the selected date range contains data.',
Expand All @@ -218,7 +218,7 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 0,
id: 3,
valid: 'invalid',
message: '1000 field values analyzed, 0% contain 3 or more tokens.',
},
Expand All @@ -242,7 +242,7 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 0,
id: 3,
valid: 'valid',
message: '1000 field values analyzed, 100% contain 3 or more tokens.',
},
Expand All @@ -263,7 +263,7 @@ export default ({ getService }: FtrProviderContext) => {
exampleLength: 5,
validationChecks: [
{
id: 0,
id: 3,
valid: 'partially_valid',
message: '1000 field values analyzed, 50% contain 3 or more tokens.',
},
Expand Down

0 comments on commit c13cf92

Please sign in to comment.