Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(assert): add formatting for assertNotEquals error messages #6246

Merged
merged 2 commits into from
Dec 10, 2024

add test case for assertNotEquals({ foo: 1 }, { foo: 1 })

acb1c1f
Select commit
Loading
Failed to load commit list.
Merged

fix(assert): add formatting for assertNotEquals error messages #6246

add test case for assertNotEquals({ foo: 1 }, { foo: 1 })
acb1c1f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

96.51% (-0.02%) compared to b2b7f99

View this Pull Request on Codecov

96.51% (-0.02%) compared to b2b7f99

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.51%. Comparing base (b2b7f99) to head (acb1c1f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6246      +/-   ##
==========================================
- Coverage   96.53%   96.51%   -0.02%     
==========================================
  Files         535      535              
  Lines       41028    41029       +1     
  Branches     6141     6141              
==========================================
- Hits        39605    39599       -6     
- Misses       1381     1387       +6     
- Partials       42       43       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.