Skip to content

Commit

Permalink
Fix prob
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Sep 30, 2022
1 parent f84629f commit 9196446
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ export function MachineLearningDataVisualizerIndexBasedProvider({
'dvRandomSamplerProbabilityRange',
'value'
);
expect(expectedProbability).to.eql(
`${probability}`,
expect(probability).to.eql(
`${expectedProbability}`,
`Expected probability to be ${expectedProbability}, got ${probability}`
);
}
Expand Down

0 comments on commit 9196446

Please sign in to comment.