Skip to content

Fix update setpoint function #5

Fix update setpoint function

Fix update setpoint function #5

GitHub Actions / JUnit Test Report failed Jan 6, 2025 in 0s

7 tests run, 6 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 28 in tests/test_sfx6xxx.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_sfx6xxx.test_read_product_identifier1

ValueError: too many values to unpack (expected 2)
Raw output
sensor = <sensirion_i2c_sfx6xxx.device.Sfx6xxxDevice object at 0x7f86e2355a00>

    def test_read_product_identifier1(sensor):
>       (product_identifier, serial_number
         ) = sensor.read_product_identifier()
E       ValueError: too many values to unpack (expected 2)

tests/test_sfx6xxx.py:28: ValueError