Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0da5119

Browse files
committedOct 4, 2015
t0141: swap test_sort_cmp() arguments
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
1 parent 26cdd99 commit 0da5119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/sharness/t0141-addfilter.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_swarm_filter_cmd() {
2727
'
2828

2929
test_expect_success "'ipfs swarm filters' output looks good" '
30-
test_sort_cmp list_actual list_expected
30+
test_sort_cmp list_expected list_actual
3131
'
3232
}
3333

0 commit comments

Comments
 (0)
Please sign in to comment.