Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update services/blockchain-indexer/tests/unit/shared/dataservice/tran…
Browse files Browse the repository at this point in the history
…sactions.test.js
  • Loading branch information
sameersubudhi authored Aug 16, 2023
1 parent ccf1c19 commit d27184f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('dryRunTransactions', () => {
});

it('should return response on successful operation', async () => {
const mockResponse = { data: { Success: true } };
const mockResponse = { data: { success: true } };

const business = require(mockBusinessFilePath);
jest.mock(mockBusinessFilePath, () => ({
Expand Down

0 comments on commit d27184f

Please sign in to comment.