We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f91bd0 commit a261661Copy full SHA for a261661
tests/test_helper.bash
@@ -2,8 +2,8 @@
2
3
assert_equal() {
4
if [ "$1" != "$2" ]; then
5
- echo "expected: $1"
6
- echo "actual: $2"
+ echo "actual: $1"
+ echo "expected: $2"
7
return 1
8
fi
9
}
0 commit comments