Change argument from inline to inline-css

This commit is contained in:
doom-goober 2021-12-04 09:23:15 -08:00
parent 72208624a9
commit e9fd11abd7
2 changed files with 4 additions and 4 deletions

View file

@ -2217,7 +2217,7 @@ class AttrToStyle(unittest.TestCase):
def runTest(self):
doc = scourXmlFile('unittests/attr-to-style.svg',
parse_args(['--style=inline']))
parse_args(['--style=inline-css']))
line = doc.getElementsByTagName('line')[0]
self.assertEqual(line.getAttribute('stroke'), '')
self.assertEqual(line.getAttribute('marker-start'), '')