Skip to content

Commit 48e6bb2

Browse files
committed
test_text: hot fix
dumb error from copy/paste.
1 parent cfa90ee commit 48e6bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def it_knows_the_text_it_contains(self, text_prop_fixture):
163163
'single','thick','wavy','wavyDouble','wavyHeavy','words',
164164
])
165165
def add_underline_fixture(self, request, run):
166-
type_, underline_type = {
166+
underline_type = {
167167
'dash':WD_UNDERLINE.DASH,
168168
'dashHeavy':WD_UNDERLINE.DASH_HEAVY,
169169
'dashLong':WD_UNDERLINE.DASH_LONG,

0 commit comments

Comments
 (0)