mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
flip comparison order for better diffs
This commit is contained in:
parent
6de36f29f9
commit
fb4a56e916
1 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@ mod test {
|
|||
println!("{}", x);
|
||||
}
|
||||
|
||||
assert_eq!(x, expected);
|
||||
assert_eq!(expected, x);
|
||||
} else {
|
||||
assert_eq!(actual, expected);
|
||||
assert_eq!(expected, actual);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue