Unverified Commit 044b0624 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Fix string interpolation in `util.exprimental.decode.bitset` (#2882) (#2883)

* Fix BitSet decoder API when errorBit=False

    When errorBit is set to False, the original code will return
    `Unit` which will be `()` in interpolated string.

* Add testcases for both errorBit cases in BitSetSpec

(cherry picked from commit 42416cb6

)

Co-authored-by: default avatarOcean Shen <30361859+OceanS2000@users.noreply.github.com>
parent 294bf105
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment