We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d825217 commit d9761abCopy full SHA for d9761ab
1 file changed
test/hermes_test/model/types/test_pyld_util.py
@@ -9,7 +9,7 @@ def ld_proc():
9
10
11
def test_mock_document_compact(ld_proc, mock_document):
12
- compact_document = ld_proc.compact(mock_document.expanded(), [mock_document.vocabulary], {})
+ compact_document = ld_proc.compact(mock_document.expanded(), [mock_document.vocabulary()], {})
13
assert compact_document == mock_document.compact()
14
15
0 commit comments