Remove extra %f in unit tests

This commit is contained in:
Yang Tang 2018-10-12 14:09:22 -04:00
commit 5737ca6e81
21 changed files with 74 additions and 74 deletions

View file

@ -51,7 +51,7 @@ function testNvmSegmentWorksWithoutHavingADefaultAlias() {
[[ ${1} == 'current' ]] && echo 'v4.6.0' || echo 'v1.4.0'
}
assertEquals "%K{005} %F{000} %f%F{000}4.6.0 %k%F{005}%f " "$(build_left_prompt)"
assertEquals "%K{005} %F{000} %F{000}4.6.0 %k%F{005}%f " "$(build_left_prompt)"
}
function testNvmSegmentPrintsNothingWhenOnDefaultVersion() {