瀏覽代碼

fix test: wrong copy paste

Bastien Sevajol (Algoo) 8 年之前
父節點
當前提交
d42823ff14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tracim/tracim/tests/library/test_webdav.py

+ 1 - 1
tracim/tracim/tests/library/test_webdav.py 查看文件

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