Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 31, 2023
1 parent 02000f3 commit a27d359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def test_get_table_relationships_plot(self):

expected_x = ['users_child → users_parent']
expected_y = [1.0]
expected_title = 'Table Relationships (Average Score=1.0)'
expected_title = 'Data Diagnostic: Relationship Validity (Average Score=1.0)'

assert fig.data[0].x.tolist() == expected_x
assert fig.data[0].y.tolist() == expected_y
Expand Down

0 comments on commit a27d359

Please sign in to comment.