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 b7cf339 commit d674633Copy full SHA for d674633
tests/do-list.bats
@@ -23,8 +23,8 @@ load 'util/init.sh'
23
run do-list --simple
24
25
assert_success
26
- assert_line -n 0 "$site/username2/p2"
27
- assert_line -n 1 "$site/username/p1"
+ assert_line -n 0 "$site/username/p1"
+ assert_line -n 1 "$site/username2/p2"
28
refute_line "$site/username2/p3"
29
}
30
@@ -60,9 +60,9 @@ load 'util/init.sh'
60
# Note that all the tests for non-simple list do not include 'state' up to date since that is not emulated
61
# in the test
62
63
- assert_output "$site/username2/p2
+ assert_output "$site/username/p1
64
Branch: master
65
-$site/username/p1
+$site/username2/p2
66
Branch: master"
67
68
0 commit comments