Skip to content

Commit 0e3b8c9

Browse files
committed
Fix typo
1 parent a977b35 commit 0e3b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/ml/classifier.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('Classifier tests', () => {
9999
const filters: Filters = new Filters(writable([filterMax, filterMin]));
100100
expect(input.getInput(filters)).toStrictEqual([
101101
// x value max/min
102-
1, 10,
102+
10, 1,
103103
// y value max/min
104104
20, 2,
105105
]);

0 commit comments

Comments
 (0)