We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec86a7d commit 4540645Copy full SHA for 4540645
momics/test/test_panel_utils.py
@@ -57,11 +57,11 @@ def test_diversity_select_widgets(sample_columns):
57
), "The options of the second widget are incorrect"
58
59
assert (
60
- widgets[2].value == "ssu"
61
- ), "The initial value of the third widget should be 'ssu'"
+ widgets[2].value == "SSU"
+ ), "The initial value of the third widget should be 'SSU'"
62
assert widgets[2].options == [
63
- "ssu",
64
- "lsu",
+ "SSU",
+ "LSU",
65
], "The options of the third widget are incorrect"
66
67
0 commit comments