Skip to content

Commit d9761ab

Browse files
committed
Fix test for mock document.
1 parent d825217 commit d9761ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hermes_test/model/types/test_pyld_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def ld_proc():
99

1010

1111
def test_mock_document_compact(ld_proc, mock_document):
12-
compact_document = ld_proc.compact(mock_document.expanded(), [mock_document.vocabulary], {})
12+
compact_document = ld_proc.compact(mock_document.expanded(), [mock_document.vocabulary()], {})
1313
assert compact_document == mock_document.compact()
1414

1515

0 commit comments

Comments
 (0)