Skip to content

Commit 04169a6

Browse files
committed
Fixing columns name in declarative table
1 parent 509203e commit 04169a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/conformance_checking/declarative_constraints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def rule_specific_violation_summary(
197197
table_headers = [
198198
"First Activity",
199199
"Second Activity",
200-
"# Violations",
200+
"# Conforming Rules",
201201
]
202202
graph_nodes.append(A) # type: ignore
203203
graph_nodes.append(B) # type: ignore

0 commit comments

Comments
 (0)