File tree 1 file changed +3
-3
lines changed
readthedocs/rtd_tests/tests
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ def test_properly_created(self):
19
19
test_dir = os .path .join (base_dir , 'files' )
20
20
self .assertEqual (ImportedFile .objects .count (), 0 )
21
21
_manage_imported_files (self .version , test_dir , 'commit01' )
22
- self .assertEqual (ImportedFile .objects .count (), 2 )
22
+ self .assertEqual (ImportedFile .objects .count (), 3 )
23
23
_manage_imported_files (self .version , test_dir , 'commit01' )
24
- self .assertEqual (ImportedFile .objects .count (), 2 )
24
+ self .assertEqual (ImportedFile .objects .count (), 3 )
25
25
26
26
def test_update_commit (self ):
27
27
test_dir = os .path .join (base_dir , 'files' )
@@ -47,4 +47,4 @@ def test_update_content(self):
47
47
_manage_imported_files (self .version , test_dir , 'commit02' )
48
48
self .assertNotEqual (ImportedFile .objects .get (name = 'test.html' ).md5 , 'c7532f22a052d716f7b2310fb52ad981' )
49
49
50
- self .assertEqual (ImportedFile .objects .count (), 2 )
50
+ self .assertEqual (ImportedFile .objects .count (), 3 )
You can’t perform that action at this time.
0 commit comments