julia
6d7f4a20 - Use `===` to compare with `nothing` in tests (#55563)

Commit
1 year ago
Use `===` to compare with `nothing` in tests (#55563) This follows the generally recommended style, and updates instances of `a == nothing` to `a === nothing` in tests, and similarly for the `!=` comparison.
Author
Parents
Loading