Skip to content

Commit a9826d3

Browse files
committed
test: Fix calling wrong function in do-remove test
1 parent df0b9f6 commit a9826d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/do-remove.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ load 'util/init.sh'
191191
test_util.create_package "$pkg"
192192
test_util.mock_clone "$pkg" "$site/$pkg"
193193

194-
run do-upgrade "$pkg@v0.1.0"
194+
run do-remove "$pkg@v0.1.0"
195195

196196
assert_failure
197197
assert_line -p "Refs must be omitted when removing packages. Remove ref '@v0.1.0'"

0 commit comments

Comments
 (0)