test: pass arg to _checkout_recipe

This commit is contained in:
decentral1se 2023-09-21 11:52:21 +02:00
parent 3d1158a425
commit aa37c936eb
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -125,5 +125,5 @@ setup(){
assert_line --index 0 --partial 'synced label'
refute_line --index 1 --partial 'synced label'
_checkout_recipe
_checkout_recipe "$TEST_RECIPE"
}