Skip to content

Commit 4d55241

Browse files
author
steppi
committed
Add test for load_grounding_map bug
1 parent 837d595 commit 4d55241

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

famplex/tests/test_load.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from famplex.load import load_grounding_map
2+
3+
4+
def test_load_grounding_map():
5+
gm = load_grounding_map()
6+
for text, db_refs in gm.items():
7+
assert db_refs['TEXT'] == text
8+
assert '' not in db_refs

0 commit comments

Comments
 (0)