ソースを参照

fix test: wrong copy paste

Bastien Sevajol (Algoo) 9 年 前
コミット
d42823ff14
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tracim/tracim/tests/library/test_webdav.py

+ 1 - 1
tracim/tracim/tests/library/test_webdav.py ファイルの表示

497
         result.endWrite(withErrors=False)
497
         result.endWrite(withErrors=False)
498
 
498
 
499
         eq_(
499
         eq_(
500
-            0,
500
+            1,
501
             DummyNotifier.send_count,
501
             DummyNotifier.send_count,
502
             msg='DummyNotifier should send 1 mail, not {}'.format(
502
             msg='DummyNotifier should send 1 mail, not {}'.format(
503
                 DummyNotifier.send_count
503
                 DummyNotifier.send_count