Skip to content

Commit

Permalink
added frequency to test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jun 7, 2024
1 parent c8475fb commit 846cb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stats/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ test("virtual resampling, contained", async ({ eq }) => {
eq(result, [
{
count: 0.007936507936507936,
frequency: { 38: { n: 38, freq: 1 } },
invalid: 0,
median: 38,
min: 38,
Expand Down

0 comments on commit 846cb74

Please sign in to comment.