From 04c7424de5c0bdcfc87d28ad83121ee26d32f4da Mon Sep 17 00:00:00 2001 From: John D Pell Date: Mon, 3 Jan 2022 08:22:33 -0800 Subject: [PATCH] completion/system: fix tests for `profile` command --- test/lib/helpers.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/helpers.bats b/test/lib/helpers.bats index d876d882..c10716a5 100644 --- a/test/lib/helpers.bats +++ b/test/lib/helpers.bats @@ -303,7 +303,7 @@ function local_setup { assert_link_exist "$BASH_IT/enabled/250---base.plugin.bash" assert_link_exist "$BASH_IT/enabled/365---alias-completion.plugin.bash" assert_link_exist "$BASH_IT/enabled/350---bash-it.completion.bash" - assert_link_exist "$BASH_IT/enabled/350---system.completion.bash" + assert_link_exist "$BASH_IT/enabled/325---system.completion.bash" } @test "helper: profile save command sanity" { @@ -363,7 +363,7 @@ function local_setup { assert_link_not_exist "$BASH_IT/enabled/250---base.plugin.bash" assert_link_not_exist "$BASH_IT/enabled/365---alias-completion.plugin.bash" assert_link_not_exist "$BASH_IT/enabled/350---bash-it.completion.bash" - assert_link_not_exist "$BASH_IT/enabled/350---system.completion.bash" + assert_link_not_exist "$BASH_IT/enabled/325---system.completion.bash" } @test "helper: profile save and load" {