update expected output for graph display test

This commit is contained in:
Carl Meyer 2025-12-15 18:06:47 -08:00
parent 0b6bd9a735
commit 7f7fb50a43
No known key found for this signature in database
GPG Key ID: 2D1FB7916A52E121
1 changed files with 12 additions and 12 deletions

View File

@ -3992,28 +3992,28 @@ mod tests {
#[test]
fn test_display_graph_output() {
let expected = indoc! {r#"
(T = str) 3/4
(T = bool) 4/4
(U = str) 1/2
(U = bool) 2/2
(T = str) Explicit 3/4
(T = bool) Explicit 4/4
(U = str) Explicit 1/2
(U = bool) Explicit 2/2
always
always
(U = bool) 2/2
(U = bool) Explicit 2/2
always
never
(U = str) 1/2
(U = bool) 2/2
(U = str) Explicit 1/2
(U = bool) Explicit 2/2
always
always
(U = bool) 2/2
(U = bool) Explicit 2/2
always
never
(T = bool) 4/4
(U = str) 1/2
(U = bool) 2/2
(T = bool) Explicit 4/4
(U = str) Explicit 1/2
(U = bool) Explicit 2/2
always
always
(U = bool) 2/2
(U = bool) Explicit 2/2
always
never
never