inveniosoftware / inveniosoftware/invenio-sequencegenerator

ci: build failure

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.