Skip to content

Commit 027d8b4

Browse files
Charles CowartCharles Cowart
authored andcommitted
Merge branch 'dev' of https://github.com/charles-cowart/qiita into dev
2 parents 98491e9 + 2b6fb46 commit 027d8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qiita-test-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class QiitaConfig(TestCase):
251251
string_acceptable_version = '.'.join(map(str, acceptable_version))
252252
version = tuple(map(int, redbiom_lib_version.split('.')))
253253

254-
self.assertTrue(acceptable_version == version,
254+
self.assertTrue(acceptable_version >= version,
255255
'Unsupported redis version. You have %s but the '
256256
'minimum required version is %s'
257257
% ('.'.join(map(str, version)),

0 commit comments

Comments
 (0)