mirror of
https://github.com/kharonsec/br-acc
synced 2026-05-03 04:42:22 +02:00
refactor(public): ship full public edition with patterns disabled
This commit is contained in:
@@ -202,7 +202,7 @@ def test_self_dealing_uses_value_committed_or_value_paid() -> None:
|
||||
try:
|
||||
cypher = _load_cypher("pattern_self_dealing")
|
||||
except FileNotFoundError:
|
||||
pytest.skip("pattern_self_dealing.cypher not shipped in public edition snapshot")
|
||||
pytest.skip("pattern_self_dealing.cypher not available in this scope")
|
||||
# Must use coalesce with both TransfereGov fields AND Transparencia fallback
|
||||
assert "a.value_committed" in cypher, (
|
||||
"pattern_self_dealing.cypher missing a.value_committed (TransfereGov)"
|
||||
|
||||
Reference in New Issue
Block a user