Skip to content

Commit 9c3d731

Browse files
Fix test failures
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 6903f6f commit 9c3d731

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

tests/cluecode/data/plugin_filter_clues/filtered-expected3.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,7 @@
7272
"percentage_of_license_text": 100.0,
7373
"copyrights": [],
7474
"holders": [],
75-
"authors": [
76-
{
77-
"author": "Philip Hazel <ph10@cam.ac.uk> University of Cambridge Computing Service, Cambridge, England",
78-
"start_line": 8,
79-
"end_line": 9
80-
}
81-
],
75+
"authors": [],
8276
"emails": [],
8377
"urls": [],
8478
"files_count": 0,

tests/textcode/test_markup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_jsp_is_markup(self):
2424
test_file = self.get_test_loc(u'markup/java.jsp')
2525
assert markup.is_markup(test_file)
2626

27-
def test_jsp_demarkup(self, regen=True):
27+
def test_jsp_demarkup(self, regen=False):
2828
test_file = self.get_test_loc(u'markup/java.jsp')
2929
result = list(markup.demarkup(test_file))
3030
expected_loc = self.get_test_loc(u'markup/java.jsp-expected.json')

0 commit comments

Comments
 (0)