Skip to content

Commit

Permalink
fix test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 28, 2023
1 parent 0fef89e commit ec5f405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('getMissingSignificantTerms', () => {
score: 47.38899434932384,
total_bg_count: 1975,
total_doc_count: 4669,
type: 'keyword',
},
{
bg_count: 632,
Expand All @@ -55,6 +56,7 @@ describe('getMissingSignificantTerms', () => {
score: 4.359614926663956,
total_bg_count: 1975,
total_doc_count: 4669,
type: 'keyword',
},
]);
});
Expand Down
2 changes: 2 additions & 0 deletions x-pack/test/api_integration/apis/aiops/test_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const logRateAnalysisTestData: TestData[] = [
score: 20.366950718358762,
pValue: 1.428057484826135e-9,
normalizedScore: 0.7661649691018979,
type: 'keyword',
},
{
fieldName: 'day_of_week',
Expand All @@ -63,6 +64,7 @@ export const logRateAnalysisTestData: TestData[] = [
score: 36.31595998561873,
pValue: 1.6911377077437753e-16,
normalizedScore: 0.8055203624020835,
type: 'keyword',
},
],
groups: [],
Expand Down

0 comments on commit ec5f405

Please sign in to comment.