Skip to content

Commit

Permalink
fix: change file location
Browse files Browse the repository at this point in the history
  • Loading branch information
CatStark committed Sep 30, 2020
1 parent fefa597 commit 797750c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/unit/drivers/test_flow_visualization.py

This file was deleted.

9 changes: 9 additions & 0 deletions tests/unit/flow/test_flow_visualization.py
@@ -0,0 +1,9 @@
from jina.flow import Flow

def test_visualization():
flow = (Flow().add(name='pod_a')
.add(name='pod_b', needs='gateway')
.join(needs=['pod_a', 'pod_b']))

flow.mermaidstr_to_jpg()

0 comments on commit 797750c

Please sign in to comment.