Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li committed Jan 2, 2024
1 parent bad492f commit 1c4384b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
testMocks,
apiTranslations,
TimeInForce,
BlockFromDatabase,
} from '@dydxprotocol-indexer/postgres';
import {
OpenOrdersCache,
Expand Down Expand Up @@ -1706,6 +1705,7 @@ describe('OrderRemoveHandler', () => {
const removedRedisOrder: RedisOrder = redisTestConstants.defaultRedisOrder;
const expectedOrderUuid: string = redisTestConstants.defaultOrderUuid;

// eslint-disable-next-line @typescript-eslint/require-await
const tableSpy = jest.spyOn(BlockTable, 'getLatest').mockImplementation(async () => {
throw new Error();
});
Expand Down

0 comments on commit 1c4384b

Please sign in to comment.