tests: change == to === where possible #10251
Labels
good first issue
Indicates a good issue for first-time contributors to Julia
test
This change adds or pertains to unit tests
See discussion here: 2af73dd. Where possible, we should test the identify of the return value, not just its value. This would catch more changes that could possibly break packages and other external code.
The text was updated successfully, but these errors were encountered: