Skip to content

Commit

Permalink
rabbit recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li committed Nov 30, 2023
1 parent f4543ba commit 8c6d6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('TradingRewardAggregation store', () => {
expect(fakeUpdate).toBeUndefined();
});

it('Successfully returns undefined when upgrating a nonexistent TradingRewardAggregation', async () => {
it('Successfully updates an existing TradingRewardAggregation', async () => {
await TradingRewardAggregationTable.create(defaultTradingRewardAggregation);

const amount: string = '100000.00';
Expand Down

0 comments on commit 8c6d6ca

Please sign in to comment.