diff --git a/tests/test_plugin_clean.sh b/tests/test_plugin_clean.sh index 839f347..d920507 100755 --- a/tests/test_plugin_clean.sh +++ b/tests/test_plugin_clean.sh @@ -14,7 +14,7 @@ manually_install_the_plugin() { git clone --quiet https://github.com/tmux-plugins/tmux-example-plugin } -test_plugin_installation() { +test_plugin_uninstallation() { set_tmux_conf_helper <<- HERE run-shell "$TPM_DIR/tpm" HERE diff --git a/tests/test_plugin_update.sh b/tests/test_plugin_update.sh index e5dafe6..872f405 100755 --- a/tests/test_plugin_update.sh +++ b/tests/test_plugin_update.sh @@ -15,7 +15,7 @@ manually_install_the_plugin() { # TMUX KEY-BINDING TESTS -test_plugin_installation_via_tmux_key_binding() { +test_plugin_update_via_tmux_key_binding() { set_tmux_conf_helper <<- HERE set -g @plugin "tmux-plugins/tmux-example-plugin" run-shell "$TPM_DIR/tpm" @@ -34,7 +34,7 @@ test_plugin_installation_via_tmux_key_binding() { # SCRIPT TESTS -test_plugin_installation_via_script() { +test_plugin_update_via_script() { set_tmux_conf_helper <<- HERE set -g @plugin "tmux-plugins/tmux-example-plugin" run-shell "$TPM_DIR/tpm"