Skip to content

Commit 2073cb5

Browse files
telpiriondandhlee
authored andcommitted
tests
1 parent d8fc72b commit 2073cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/samples/snippets/hybrid_glossaries/hybrid_tutorial_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_vision_standard_format():
4040

4141
def test_create_and_delete_glossary():
4242
sys.path.insert(1, "../")
43-
from beta_snippets import delete_glossary
43+
from translate_v3_delete_glossary import delete_glossary
4444

4545
languages = ["fr", "en"]
4646
glossary_name = f"test-glossary-{uuid.uuid4()}"

0 commit comments

Comments
 (0)