Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 1f29def

Browse files
committed
Update test_home_blog.py
1 parent 9f4898f commit 1f29def

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_unittests/ut_homeblog/test_home_blog.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ def sizef(name):
132132
fLOG("******* processed", nbproc, "/",
133133
len(cpf.modifiedFile), " size", siz)
134134

135-
# final checking
136-
self.assertTrue(len(issues) == 0)
137-
self.assertTrue(os.path.join(temp, "2017-01-08_nojs.html"))
138-
self.assertTrue(os.path.join(temp, "javascript", "doxy.css"))
135+
# final checking
136+
self.assertTrue(len(issues) == 0)
137+
self.assertTrue(os.path.join(temp, "2017-01-08_nojs.html"))
138+
self.assertTrue(os.path.join(temp, "javascript", "doxy.css"))
139139

140140

141141
if __name__ == "__main__":

0 commit comments

Comments
 (0)