Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test failure due to incorrect api usage
- test provides internal dict structure directly but provides a non-string input for "default" whereas normally these values are provided from XLS/X or MD as strings. - the failure is at the function `has_last_saved` which looks for the length of a value but that is a TypeError for `int` - probably there are other places that would expect strings as well.
- Loading branch information