Skip to content

Commit

Permalink
another small change
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Oct 29, 2021
1 parent 4fa9bc4 commit ae5b0dd
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 @@ -417,7 +417,7 @@ describe('GasFeeController', () => {
});

describe('stopPolling', () => {
describe('assuming that updateWithAndStartPollingFor was already called once', () => {
describe('assuming that updateWithAndStartPollingFor was already called exactly once', () => {
it('should prevent calls to determineGasFeeSuggestions from being made periodically', async () => {
setupGasFeeController();
await gasFeeController.getGasFeeEstimatesAndStartPolling(undefined);
Expand Down

0 comments on commit ae5b0dd

Please sign in to comment.