Skip to content

Commit

Permalink
fix: Add pick ice now that the compile hook is run
Browse files Browse the repository at this point in the history
After the fix, the compile hook is now run and would fail without this information.
  • Loading branch information
jankatins committed May 6, 2022
1 parent 9e5b71d commit cb35b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snippets.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
@test 'tldr-completion::gh-r' {
artifact="$ZINIT[PLUGINS_DIR]/tldr-completion---gh-r"
run zinit for as"completion" from"gh-r" id-as'tldr-completion/gh-r' bpick"completions_zsh" @dbrgn/tealdeer
run zinit for as"completion" from"gh-r" id-as'tldr-completion/gh-r' bpick"completions_zsh" pick"completions_zsh" @dbrgn/tealdeer
assert $state equals 0
assert "$artifact/completions_zsh" is_file; assert $artifact is_readable
}
Expand Down

0 comments on commit cb35b75

Please sign in to comment.