Skip to content

Commit

Permalink
Use also Style class value
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Mar 8, 2014
1 parent da80335 commit 7030c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_addnode_label():

def test_addnode_styles():
dotter = Dotter()
dotter.add_node('a', styles=["diagonals", "filled", "bold"])
dotter.add_node('a', styles=["diagonals", "filled", Style.Bold])
expected = ['digraph',
' {',
'gb',
Expand Down

0 comments on commit 7030c5b

Please sign in to comment.