mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 23:01:16 -03:00
Using `assert_eq!` instead of `assert!` has the advantage that when the assertion fails, the debug representation of both sides will be shown, which can provide more information about the failure than only seeing that the assertion failed. Part of #12336