Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 13, 2025
1 parent 7254d6e commit de16a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Indicator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('Indicator', () => {
});

describe('updates', () => {
it('returns all values from individual updates', () => {
it('returns all values from multiple updates', () => {
const itc = new IndicatorTestClass();
const results = itc.updates([100, 1_000, 10_000]);
expect(results.map(big => big?.toString())).toEqual(['100', '550', '3700']);
Expand Down

0 comments on commit de16a2f

Please sign in to comment.