Skip to content

Commit c801323

Browse files
committed
fix
1 parent 5c8542f commit c801323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interval_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ def test_debug_mode_sel(self, capsys):
11881188
)
11891189
capsys.readouterr() # Clear creation output
11901190

1191-
ds.sel(word="hello")
1191+
ds.sel(word="red") # word labels are red, green, blue
11921192
captured = capsys.readouterr()
11931193
assert "DEBUG sel:" in captured.out
11941194

0 commit comments

Comments
 (0)