ソースを参照

Tests passing

Ask Solem 11 年 前
コミット
dcc48a4562
1 ファイル変更1 行追加1 行削除
  1. 1 1
      celery/tests/bin/test_celery.py

+ 1 - 1
celery/tests/bin/test_celery.py

@@ -62,7 +62,7 @@ class test__main__(AppCase):
             with patch('celery.__main__._warn_deprecated') as depr:
                 with patch('celery.bin.multi.main') as main:
                     __main__._compat_multi()
-                    mpc.assert_called_with()
+                    self.assertFalse(mpc.called)
                     depr.assert_called_with('celery multi')
                     main.assert_called_with()