Skip to content

Commit b4aeb15

Browse files
committed
update tests
1 parent d9a2c23 commit b4aeb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/test_waveform_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_yaml_structure(self):
5151
with open(yaml_path) as file:
5252
data = yaml.safe_load(file)
5353

54-
expected_keys = ["Default", "Confocal-Projection"]
54+
expected_keys = ["Default", "Confocal-Projection", "Bidirectional"]
5555

5656
waveform_keys = data.keys()
5757
for key in waveform_keys:

0 commit comments

Comments
 (0)