Skip to content

Commit

Permalink
adjust test to now quoted digraph name
Browse files Browse the repository at this point in the history
  • Loading branch information
graste committed Oct 27, 2016
1 parent e29c13a commit 8f6fdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Renderer/Fixture/state_machine.dot
@@ -1,4 +1,4 @@
digraph video_transcoding {
digraph "video_transcoding" {
node1 [label="new" fontname="Arial" fontsize="13" fontcolor="#000000" color="#607d8b"]
node2 [label="transcoding" fontname="Arial" fontsize="13" fontcolor="#000000" color="#607d8b" shape="parallelogram"]
node3 [label="error" fontname="Arial" fontsize="13" fontcolor="#000000" color="#607d8b"]
Expand Down

0 comments on commit 8f6fdbb

Please sign in to comment.