Skip to content

Commit

Permalink
Fixed incorrect module names in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyakuhei committed Sep 10, 2021
1 parent 9aedf30 commit 641326c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_variables_dfd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fluentm.renderer import Actor, Boundary, Process, DataFlow
from fluentm.entities import dfd, renderDfd
from fluentm.entities import Actor, Boundary, Process, DataFlow
from fluentm.renderer import dfd, renderDfd

# fluentTM Classes are scoped by name, so, I can only have one Boundary called "Internet"
# Attempting to instantiate another with the same name will give you the first one you instantiated
Expand Down

0 comments on commit 641326c

Please sign in to comment.