Skip to content

Commit b456d4d

Browse files
authored
test: casting numbers inside factory functions (#2169)
1 parent cabc8e0 commit b456d4d

File tree

51 files changed

+1029
-983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1029
-983
lines changed

protocol/synthetix/subgraph/tests/CoreProxy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ describe('CoreProxy', () => {
6868
test('handleRewardsDistributed', handleRewardsDistributedTest);
6969
test('handleUSDBurned', handleUSDBurnedTest);
7070
test('handleUSDMinted', handleUSDMintedTest);
71-
test('handleVaultLiquidation ', handleVaultLiquidationTest);
71+
test('handleVaultLiquidation', handleVaultLiquidationTest);
7272
});

0 commit comments

Comments
 (0)