Skip to content

fix gh workflow deploy and doc trigger #4

fix gh workflow deploy and doc trigger

fix gh workflow deploy and doc trigger #4

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

8 tests run, 6 passed, 1 skipped, 1 failed.

Annotations

Check failure on line 36 in tests\test_sf06_lf.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_sf06_lf.test_read_product_identifier1

ValueError: too many values to unpack (expected 2)
Raw output
sensor = <sensirion_i2c_sf06_lf.device.Sf06LfDevice object at 0x0000017EF7FC0670>

    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_sf06_lf.py:36: ValueError