소스 검색

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