Update obsolete test function names
This commit is contained in:
parent
a521a4b731
commit
e62d12c980
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ manually_install_the_plugin() {
|
||||||
git clone --quiet https://github.com/tmux-plugins/tmux-example-plugin
|
git clone --quiet https://github.com/tmux-plugins/tmux-example-plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
test_plugin_installation() {
|
test_plugin_uninstallation() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
run-shell "$TPM_DIR/tpm"
|
run-shell "$TPM_DIR/tpm"
|
||||||
HERE
|
HERE
|
||||||
|
|
|
@ -15,7 +15,7 @@ manually_install_the_plugin() {
|
||||||
|
|
||||||
# TMUX KEY-BINDING TESTS
|
# TMUX KEY-BINDING TESTS
|
||||||
|
|
||||||
test_plugin_installation_via_tmux_key_binding() {
|
test_plugin_update_via_tmux_key_binding() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||||
run-shell "$TPM_DIR/tpm"
|
run-shell "$TPM_DIR/tpm"
|
||||||
|
@ -34,7 +34,7 @@ test_plugin_installation_via_tmux_key_binding() {
|
||||||
|
|
||||||
# SCRIPT TESTS
|
# SCRIPT TESTS
|
||||||
|
|
||||||
test_plugin_installation_via_script() {
|
test_plugin_update_via_script() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||||
run-shell "$TPM_DIR/tpm"
|
run-shell "$TPM_DIR/tpm"
|
||||||
|
|
Loading…
Reference in a new issue