update default in pipenv test

This commit is contained in:
Casey Faist
2018-11-14 17:36:59 -06:00
parent 2ffb10da34
commit 1dfef44085
+1 -1
View File
@@ -19,7 +19,7 @@ testPipenvLock() {
testPipenvVersion() {
compile "pipenv-version"
assertCaptured "3.6.6"
assertCaptured "3.6.7"
assertCapturedSuccess
}