Update tests to expect new output strings

This commit is contained in:
Bryan Bennett 2024-04-19 16:07:10 -04:00
parent aa50e0f781
commit ba0cf20e0f
No known key found for this signature in database
GPG key ID: EE149E4215408DE9
3 changed files with 4 additions and 4 deletions

View file

@ -485,7 +485,7 @@ use_nix() {
fi
else
if [[ -e ${profile_rc} ]]; then
_nix_direnv_info "using cached dev shell"
_nix_direnv_info "Using cached dev shell"
else
_nix_direnv_error "use_nix failed - Is your nix shell working?"
return 1