Skip to content

Change usages of equals to strictEquals#4036

Merged
holgerd77 merged 21 commits into
masterfrom
equals-to-strict-equals
Apr 28, 2025
Merged

Change usages of equals to strictEquals#4036
holgerd77 merged 21 commits into
masterfrom
equals-to-strict-equals

Conversation

@am1r021

@am1r021 am1r021 commented Apr 25, 2025

Copy link
Copy Markdown
Contributor

Fixes #4002 by replacing assert.equals with assert.strictEquals`.

@codecov

codecov Bot commented Apr 25, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.51%. Comparing base (060f690) to head (3a026a2).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 84.33% <ø> (ø)
blockchain 89.32% <ø> (ø)
client 67.99% <ø> (?)
common 97.51% <ø> (ø)
devp2p 86.78% <ø> (ø)
evm 73.11% <ø> (ø)
mpt 89.74% <ø> (-0.31%) ⬇️
statemanager 69.06% <ø> (ø)
static 99.11% <ø> (ø)
tx 89.89% <ø> (ø)
util 89.19% <ø> (ø)
vm 55.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@am1r021 am1r021 force-pushed the equals-to-strict-equals branch from c47c856 to ddccd77 Compare April 26, 2025 04:43

@jochem-brouwer jochem-brouwer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed a merge conflict, also checked the files, LGTM 🎉 Merge if CI passes! 😄 👍

@holgerd77

Copy link
Copy Markdown
Member

Ok, think we can take this in, no release interference here. 🙂

@holgerd77 holgerd77 merged commit 6fd2011 into master Apr 28, 2025
@holgerd77 holgerd77 deleted the equals-to-strict-equals branch April 28, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment