inveniosoftware / inveniosoftware/invenio-sequencegenerator
ci: build failure
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The module CI build is currently failing https://github.com/inveniosoftware/invenio-sequencegenerator/pull/28/checks?check_run_id=1531067426#step:7:73
```
db =
def test_exceptions(db):
"""Test exceptions."""
...
with pytest.raises(InvalidResetCall) as exc:
Sequence('P1').counter.reset()
> assert 'Cannot reset sequence: children exist' in str(exc)
E AssertionError: assert 'Cannot reset sequence: children exist' in ''
E + where '' = str()
```
Contributor guide
Assessment
This issue has not been assessed yet.