Skip to content

Commit c4cdba9

Browse files
committed
Tighten test for exclusive interface
1 parent 515df7f commit c4cdba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tests/example/many_features/real_src/module1/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .api import MyApi
1+
from .api import something
22

33
from module3 import content
44

python/tests/example/many_features/real_src/module1/tach.domain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ visibility = ["<domain_root>", "//module5"]
1414
layer = "mid"
1515

1616
[[interfaces]]
17-
expose = [".*"]
17+
expose = ["something"]
1818
from = ["api"]
1919

2020
[[interfaces]]

0 commit comments

Comments
 (0)