Skip to content

Commit d674633

Browse files
committed
test: Fix failing tests
1 parent b7cf339 commit d674633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/do-list.bats

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ load 'util/init.sh'
2323
run do-list --simple
2424

2525
assert_success
26-
assert_line -n 0 "$site/username2/p2"
27-
assert_line -n 1 "$site/username/p1"
26+
assert_line -n 0 "$site/username/p1"
27+
assert_line -n 1 "$site/username2/p2"
2828
refute_line "$site/username2/p3"
2929
}
3030

@@ -60,9 +60,9 @@ load 'util/init.sh'
6060
# Note that all the tests for non-simple list do not include 'state' up to date since that is not emulated
6161
# in the test
6262
assert_success
63-
assert_output "$site/username2/p2
63+
assert_output "$site/username/p1
6464
Branch: master
65-
$site/username/p1
65+
$site/username2/p2
6666
Branch: master"
6767
}
6868

0 commit comments

Comments
 (0)