test(live_processing): change test mode to something more unlikely to be implemented
This commit is contained in:
@@ -53,7 +53,7 @@ def test_std_daq_live_processing_set_mode(std_daq_live_processing):
|
||||
std_daq_live_processing.set_mode("sum")
|
||||
assert std_daq_live_processing.get_mode() == "sum"
|
||||
with pytest.raises(TypeCheckError):
|
||||
std_daq_live_processing.set_mode("average")
|
||||
std_daq_live_processing.set_mode("mode_that_does_not_exist")
|
||||
with pytest.raises(TypeCheckError):
|
||||
std_daq_live_processing.set_mode(123)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user