diff --git a/test/themes/base.theme.git.bats b/test/themes/base.theme.git.bats index 4547a6e3..997b1a59 100644 --- a/test/themes/base.theme.git.bats +++ b/test/themes/base.theme.git.bats @@ -115,6 +115,8 @@ setup_repo_with_upstream() { git add file git stash + SCM_GIT_SHOW_STASH_INFO=true + git_prompt_vars assert_equal "$SCM_BRANCH" "${pre} {1}" @@ -320,6 +322,8 @@ setup_repo_with_upstream() { echo "line2" >> file1 git add file1 + SCM_GIT_SHOW_DETAILS=true + git_prompt_vars assert_equal "$SCM_BRANCH" "${pre} S:1" assert_equal "$SCM_STATE" " ✗"