Skip to content

Commit 6831f14

Browse files
committed
Add TODO
1 parent a381284 commit 6831f14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_locking.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def test_lock_continuousdata_values(draeger1: Sequence):
3131

3232

3333
def test_lock_continuousdata_default(draeger1: Sequence):
34+
# TODO: for continuousdata, default and all do the same thing. We should probably create a dummy class for these
35+
# tests to assure proper working
3436
try:
3537
cd = next(iter(draeger1.continuous_data.values()))
3638
except:

0 commit comments

Comments
 (0)