diff --git a/test/lib/helpers.bats b/test/lib/helpers.bats index c77d03f6..6c671a27 100644 --- a/test/lib/helpers.bats +++ b/test/lib/helpers.bats @@ -303,7 +303,7 @@ function local_setup { @test "bash-it: describe the nvm plugin after enabling it" { run _enable-plugin "nvm" assert_line "0" 'nvm enabled with priority 225.' - assert [ -L "$BASH_IT/plugins/enabled/225---nvm.plugin.bash" ] + assert [ -L "$BASH_IT/enabled/225---nvm.plugin.bash" ] _bash-it-plugins | grep "nvm" | grep "\[x\]" }