Skip to content

Commit ecb0167

Browse files
committed
Test: fix ignored test for remove_unused_external
1 parent 7a36e5a commit ecb0167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def test_remove_fileinfo(self):
260260
remove_fileinfo(self.html)
261261
self.check_output("fabs_fileinfo.html")
262262

263-
def remove_unused_external(self):
263+
def test_remove_unused_external(self):
264264
remove_unused_external(self.html)
265265
self.check_output("fabs_external.html")
266266

0 commit comments

Comments
 (0)