mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 00:54:51 -06:00
Update test assertions in dolt_status_ignored tests to use boolean values (true/false) instead of byte values (byte(0)/byte(1)) for the ignored column in statusIgnoredTableRow. Refs: #5862