Skip to content

Commit

Permalink
fixing test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LauBritoMedina committed Feb 19, 2025
1 parent 0b6646f commit afbd001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animated-transformer/src/lib/gtensor/gtensor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ describe('gtensor', () => {
[3, 2],
'bool',
),
['pos', 'repsize'],
['pos', 'repSize'],
);

const g1WhereCondition = g1.where(condition, g2);
Expand Down

0 comments on commit afbd001

Please sign in to comment.