Skip to content

Commit f07eaee

Browse files
Do not regen demarkup tests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Co-authored-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 35366f0 commit f07eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)