From 3faa154223d0e4013bcfc07d71cea5ed671dfdf8 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Mon, 5 Feb 2018 15:39:11 +0300 Subject: Tests: adjusted check_version()'s. --- test/test_python_application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_python_application.py') diff --git a/test/test_python_application.py b/test/test_python_application.py index 1b99ea44..39493160 100644 --- a/test/test_python_application.py +++ b/test/test_python_application.py @@ -7,7 +7,7 @@ class TestUnitApplication(unit.TestUnitControl): u = unit.TestUnit() u.check_modules('python') - u.check_version('0.4') + u.check_version('0.5') def conf_with_name(self, name): self.conf({ -- cgit