瀏覽代碼

tests/firewall: update future time to be really in the future

Mar 4 2020 is no longer future, move it much more into the future.
Marek Marczykowski-Górecki 4 年之前
父節點
當前提交
916db9db96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubesadmin/tests/firewall.py

+ 1 - 1
qubesadmin/tests/firewall.py

@@ -293,7 +293,7 @@ class TC_06_Expire(qubesadmin.tests.QubesTestCase):
             instance = qubesadmin.firewall.Expire('1463292452')
         self.assertTrue(instance.expired)
         with self.assertNotRaises(ValueError):
-            instance = qubesadmin.firewall.Expire('1583292452')
+            instance = qubesadmin.firewall.Expire('2583292452')
         self.assertFalse(instance.expired)