Skip to content

Commit

Permalink
Improve unit test description'
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Sep 16, 2021
1 parent a70859f commit 5595d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gas/GasFeeController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('GasFeeController', () => {
expect(result2).toStrictEqual(pollToken);
});

it('should fetch new estimates if the poll tokens are cleared, and then should not make additional new fetches', async () => {
it('should cause the fetching new estimates if called after the poll tokens are cleared, and then should not cause additional new fetches when subsequently called', async () => {
const pollToken = 'token';

const firstCallPromise = gasFeeController.getGasFeeEstimatesAndStartPolling(
Expand Down

0 comments on commit 5595d22

Please sign in to comment.