fix tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-02 07:10:22 -04:00
parent 14a6c862c8
commit 22174d6232
+1 -1
View File
@@ -12,7 +12,7 @@ testPipenvLock() {
testPipenvVersion() {
compile "pipenv-version"
assertCaptured "3.6.5"
assertCaptured "3.6.4"
assertCapturedSuccess
}