Skip to content

Commit

Permalink
chore: reduce diffs to GasFeeController.test.ts introduced by 2b1841c (
Browse files Browse the repository at this point in the history
…#4463)

## Explanation
Commit 2b1841c introduced [unnecessary changes to
`GasFeeController.test.ts`](2b1841c#diff-46b4165a6fef6c662829473a7ae3dd5c12454ca7ea811b539c0e88dc464f7e3b),
complicating the process of rebasing and merging subsequent changes to
this file.

To see the net diffs to `GasFeeController.test.ts` in this branch, you
can compare that file to 2b1841c's parent commit, ca683e8:
  ```bash
git diff ca683e8...djb/gas-fee-tests
packages/gas-fee-controller/src/GasFeeController.test.ts
  ```
## References

<!--
Are there any issues that this pull request is tied to? Are there other
links that reviewers should consult to understand these changes better?

For example:

* Fixes #12345
* Related to #67890
-->

## Changelog

<!--
If you're making any consumer-facing changes, list those changes here as
if you were updating a changelog, using the template below as a guide.

(CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or
FIXED. For security-related issues, follow the Security Advisory
process.)

Please take care to name the exact pieces of the API you've added or
changed (e.g. types, interfaces, functions, or methods).

If there are any breaking changes, make sure to offer a solution for
consumers to follow once they upgrade to the changes.

Finally, if you're only making changes to development scripts or tests,
you may replace the template below with "None".
-->

## Checklist

- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
  • Loading branch information
dbrans authored Jun 26, 2024
1 parent 4fe6141 commit 676d28b
Showing 1 changed file with 53 additions and 207 deletions.
Loading

0 comments on commit 676d28b

Please sign in to comment.